I'm not sure about the .show and .load properties, but you can certainly have a page include methods, properties and events of another defined class through inheritance. Try doing a Web search on object-oriented programming using VB.NET and it'll show you how to author a custom class, and then use this in other classes/WebForms, etc.
I used Server.transfer("Webform2.aspx&property=" & property)
that worked
Im not a web coder so im learnin basics of web at the same time ...uggg
k, if you want a new browser window to open up, then all you have to do is register the attribute for whatever button it is thats going to open it.
Here's what I mean:
Button1.Attributes.Add("OnClick", "javascript:window.open(url,whole bunch of other attributes, check devguru for all of them or vs help)"
If you put that into the initialize sub, then when your button or link or whatever is clicked, a new window will open up. Client side javascript is the only way that you can have a new window open up on the clients machine.
thx d'arcy
LOL...im tryin do this with zero clientside code...just a try..lol
well at least no client code i write.....the VS wizards do all that for me ..i hope !!
TRYP
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.