Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~2K People Reached
Favorite Forums
Favorite Tags
.net x 3

2 Posted Topics

Member Avatar for NewASPNETDev

[QUOTE=;][/QUOTE] web.config is used with web applications. web.config will by default have several configurations required for the web application. You can have a web.config for each folder under your web application. app.config is used for windows applications. When you build the application in vs.net, it will be automatically renamed to …

Member Avatar for Fortinbra
0
310
Member Avatar for sancti

Please try this code for call function of aspx.cs page on .aspx page by javascript <aspcriptManager ID="ScriptManager" runat="server" /> <%--var str = "<%= dock_Command("+ dock + "," + args + ") %>"--%> <asp:Button runat="server" ID="ButtonAddDock" Text="Add Dock" OnClick="ButtonAddDock_Click" /> <asp:Button runat="server" ID="ButtonPostback" Text="Make Postback" />

Member Avatar for guptanitesh1988
0
2K

The End.