Forum: ASP.NET Nov 19th, 2008 |
| Replies: 1 Views: 426 Hi All,
Iam wondering, Can anybody know this What are the advantages of a hosted SharePoint vs. one that is on an in-house server?
I will highly appreciate your feed back!
Thanks In Advance... |
Forum: ASP.NET Nov 18th, 2008 |
| Replies: 3 Views: 1,466 HI,
To display a message box in asp.net you must use javascript in your html view of your form.Code is as followes.
In head teg of HTML View of your Web Form write the following code
<head>... |
Forum: ASP.NET Nov 18th, 2008 |
| Replies: 2 Views: 355 HI,
Kindly check out this url,I hope it will help you.
http://www.ondotnet.com/pub/a/dotnet/2003/01/06/formsauthp1.html |
Forum: ASP.NET Nov 18th, 2008 |
| Replies: 4 Views: 7,460 Hi
Please check out this code it will really help you.
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" BorderStyle="Solid" CellPadding="4" DataKeyNames="CategoryID"... |
Forum: ASP.NET Nov 14th, 2008 |
| Replies: 1 Views: 1,430 HI All,
Can any one tell me What's the difference between Page.RegisterClientScriptBlock and
Page.RegisterStartupScript?
Thanks in advance!
Jazz |