Microsoft windows: How to use the installed windows instance like a VM?
e.g. using vmware we can restore and resume the vm back in time
I wonder if it is possible with actual hard drive installed windows instance :D
User Profile
Collapse
-
NitinSawant started a topic How to maintain state of a Textbox in headertemplate of TemplateField in a GridView?in ASP .NETHow to maintain state of a Textbox in headertemplate of TemplateField in a GridView?
I have a Gridview in which I have added a TemplateField, which contains TextBox and a Imagebutton in HeaderTemplate,
When I click on the Imagebutton the textbox becomes blank as I am re-binding the datagrid
I wonder how do I save state of the textbox? -
best way to avoid these errors is that
import jquery into ur page and rewrite the functionLeave a comment:
-
-
-
InnoSetup http://www.jrsoftware.org/isinfo.php
is a coolest software I've ever found for creating setup for software programs.Leave a comment:
-
try slideup and slidedown jquery functions
Code:$(this).parents("div:first").find("p.continued").slideUp();//line 21Code:$(this).parents("div:first").find("p.continued").slideDown("slow");//line 25Leave a comment:
-
-
did u try making the variable public in the code behind file
Code:public string TestVariable="Test";
Code:<%Response.Write(TestVariable)%>
Leave a comment:
-
-
Leave a comment:
-
you can create list of objects using following syntax
Code:Object[] obj=new Object[10]; //or List<object> lstObjects=new List<object>();
Code:using System.Collections.Generic;
Leave a comment:
-
-
-
its not possible because same domain policy restrictions
http://en.wikipedia.org/wiki/Same_origin_policy...Leave a comment:
-
you need to build a server side web method[using screen scraping in asp.net] which fetches data from external site and sends it to browser
http://weblogs.asp.net/grantbarringt...ping-in-c.aspx...Leave a comment:
-
Leave a comment:
-
Leave a comment:
No activity results to display
Show More
Leave a comment: