Check the sql server connectivity. see machine.config for more details on connectionstring which is used for webparts
S
shirish78
@shirish78
Posts
-
web Part application does not running -
how to refresh the grid every 5 minsI think the best thing to do is make a web part containing the grid, then you can use Ajax to refresh the data. Hope this helps , Shirish.
-
Asp.net 2.0 + c#You can either use javascript or requiredfield validatior for this
-
calling a method in a usercontrol from another user control?I think a usercontrol should be working totally independent (as per OOAD principles). However if you still want to do that you can raise event from usercontrol1 that gets handled in ASPx Page which will call the method from usercontrol2. I hope this helps. Shirish.