how to do it?
-
in asp.net project i have created a 2 web forms and i put one Button On first form in that on click event i have written like this webfrom2 w2=new webform2 w2.visible=true; w2.enableviewstate=true but it will not work how to do?
actually what u want to do?
regards GV Ramana
-
in asp.net project i have created a 2 web forms and i put one Button On first form in that on click event i have written like this webfrom2 w2=new webform2 w2.visible=true; w2.enableviewstate=true but it will not work how to do?
-
actually what u want to do?
regards GV Ramana
-
If you trying to access webfrom2 then you have to write this code:
Response.Redirect("webform2.aspx");
"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates
-
now i got code to do thank you another question: in sql how to combine two columns in to one how to do it by view or by query