No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
What really is the difference between the two? and when should each of them be used? Can we use Response.Redirect in place of PostBackURL? Thanks in advance. | |
Re: even i'm not an expert in animation. but i think u should develop the animation in flash and then incorporate it to the .net application. to do that u can use the following coding <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[URL]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0[/URL]" style="height: 200px" width="890"> <param name="movie" value="034.swf"> <param name="quality" value="high"> <embed src="034.swf" quality="high" pluginspage="[URL]http://www.macromedia.com/go/getflashplayer[/URL]" … | |
I'm using the following code to pass data to a table in my database. The datagrid consists of a bound column and 3 template columns (2 textboxes and a chackebox). The problem is that the values of these template columns cannot be read. (i.e. in the following code, values of … | |
Re: hey pal, You may have found the solution by now. If you haven't check out this link. [URL]http://samples.gotdotnet.com/quickstart/aspplus/samples/webforms/ctrlref/webctrl/datagrid/doc_datagrid.aspx[/URL] | |
Re: Even I'm not an expert in this PostBackURL property. But in your case you could try [code] Response.Redirect( "[I]your form name[/I]"); [/code] Anyone who knows the different between PostBackURL and Response.Redirect??? |
The End.