Forum: ASP.NET 16 Days Ago |
| Replies: 1 Views: 117 Re: Concept issue, classes in website the concept of using classes is to interact with your database tables as objects and this of course will be better and easily when need to update certain row or record then you simply update the... |
Forum: ASP.NET Apr 6th, 2008 |
| Replies: 1 Views: 241 |
Forum: ASP.NET Apr 4th, 2008 |
| Replies: 2 Views: 342 Re: how to design a website you should manipulate some CSS into your website , also i recommend to use a design tool for your design task instead of VS to have a full design options and capabilities.
there are also some... |
Forum: ASP.NET Apr 4th, 2008 |
| Replies: 2 Views: 333 Re: asp.net project folder - urgent - reply Yes it will works , but make sure that the .NET framework is installed on the destination server.
and as a better way publish your website from visual studio or package it. |
Forum: ASP.NET Apr 4th, 2008 |
| Replies: 2 Views: 228 |
Forum: ASP.NET Apr 4th, 2008 |
| Replies: 2 Views: 1,649 |
Forum: ASP.NET Apr 4th, 2008 |
| Replies: 4 Views: 1,680 |
Forum: ASP.NET Apr 4th, 2008 |
| Replies: 4 Views: 524 |
Forum: ASP.NET Apr 4th, 2008 |
| Replies: 2 Views: 193 Re: asp.net you have many options to do so depend on what suites you
Session :
Session["Values"] = TextBox1.Text;
QueryString :
Response.Redirect("page.aspx?text=" + TextBox1.Text);
CrossPage Postback... |
Forum: ASP.NET Apr 4th, 2008 |
| Replies: 4 Views: 409 |
Forum: ASP.NET Apr 4th, 2008 |
| Replies: 2 Views: 395 |
Forum: ASP.NET Apr 4th, 2008 |
| Replies: 2 Views: 242 Re: How to get specific mail id in a textbox Hello dskumar_85 , you have to implement your custom way either form client side as a validation or ASP.NET validator or event when the user click submit button to verify that the mail he has entered... |