Hi
how can I achieve to fire MyFunction on HyperLink's onClick event ?
HyperLink1.Attributes.Add("OnClick", "MyFunction();") ;
public void MyFunction()
{
Label1.Text = "Hello";
}
hi...
after doing some task with button while hittin refresh on the explorer page messagebox(retry) occures and the task (last task that is executed) done by button is done again.
what it the reason, what can i do
thanks
hi ...
I wonder how we can fire popup or new page by clicking on button or hyperlink. in these pages i want to show data from my database,thats why redirecting to www... is not the case
by the way, i dont want the page (main page) that has button clicked to fire popup dont reload. what can i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.