Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ikkedm

    weekofyear / datepart??

    hey i have a date and i want to know in which week of year (1 to 53) this is. i know a function datepart with weekofyear, but i don't find how they works someone know how i have to do it? i'm working in vb.net thx Michaël
  2. ikkedm

    weekofyear!!

    hey i have a date and i want to know in which week of year (1 to 53) this is. someone know how i have to do it? i'm working in vb.net thx Michaël
  3. ikkedm

    vb + asp.net: opening a new window

    hello, i have a little problem i'm working in vb.net and asp.net now, when i push a button a new window have to appears is here someone who can help, someone who can tell me how i have to do it? thanks Michaël
  4. ikkedm

    new window

    i know it is possible with a hyperlink. But i really have to do it with a button. It's part of my project. the button is an <asp:button> and in vb: private sub buttonID_click(...) handles button_click ??? end sub i want to open a window in this sub, but i have now idea how. thx Michaël
  5. ikkedm

    new window

    hello, i have a little problem i'm workin in vb.net and asp.net now, when i push a button a new window have to appears is here someone who can help, someone who can tell me how i have to do it? thanks Michaël
  6. ikkedm

    image button in a datagrid

    i have tried, but it doesn't works i know in a buttoncolumn you can't work with a imagebutton only linkbutton or a pushbutton are allowed
  7. ikkedm

    image button in a datagrid

    my code behind is: Protected Sub fichegrid_onEdit(ByVal sender As Object, ByVal e As DataGridCommandEventArgs) Handles ficheGrid.ItemCommand If e.CommandName = &quot;Select&quot; Then lblfoutmelding.Text = &quot;fout&quot; End If Dim...
  8. ikkedm

    image button in a datagrid

    hi, is here someone who can help me? i want to use a imagebutton in a dategrid, but when i click on the button nothing happens. My funcion is never called, my page reloads that's all that happens. here my asp code: <P><asp:datagrid id=&quot;ficheGrid&quot; Width=&quot;100%&quot...

Part and Inventory Search

Back
Top