desibindaas-asp.blogspot.com
Learn Asp.net: How to redirect from current page to other page in Asp.Net
http://desibindaas-asp.blogspot.com/2010/03/how-to-redirect-to-other-page-in-aspnet.html
How to redirect from current page to other page in Asp.Net. This method is used to call web-pages from the client machine, while calling the web-pages the client page posting information to the server machine, if calling web page located in the same physical directory. we have to refer only web-page name in the redirect method, when web-pages having in the different physical directories we have to give virtual path for calling the web pages. Continued on Next Page. Subscribe to: Post Comments (Atom).
desibindaas-asp.blogspot.com
Learn Asp.net: Interview Questions
http://desibindaas-asp.blogspot.com/p/interview-questions.html
Difference Between Cookie and Session. Subscribe to: Posts (Atom). And Converter by: TemplatesByBlogger.
desibindaas-asp.blogspot.com
Learn Asp.net: What is IIS Webserver
http://desibindaas-asp.blogspot.com/2010/03/what-is-iis-webserver.html
What is IIS Webserver. Internet Information services webserver:. The ASP.Net is server side web specification, In the ASP.Net we can work with IIS web server, The web server maintains collection of proxy machines. Very flexibly, Depending on the request the web server gives response, The total web application controlled by web server. Webserver features are not getting with operating system manually we have to install IIS webserver. Alias name="My yahoo"- OK, created virtual directory. When we are instal...
desibindaas-asp.blogspot.com
Learn Asp.net: Beginners level
http://desibindaas-asp.blogspot.com/p/beginners.html
Subscribe to: Posts (Atom). And Converter by: TemplatesByBlogger.
desibindaas-asp.blogspot.com
Learn Asp.net: How to redirect from current page to other page in Asp.Net Page 2
http://desibindaas-asp.blogspot.com/2010/03/how-to-redirect-from-current-page-to.html
How to redirect from current page to other page in Asp.Net Page 2. A Toolbox appear as below figure, you see 9-tabs in toolbox you see button control in standard tab. I will explain all controls in furthur classes. Add Two textboxes from same tab as shown below. New Page for Inbox Page ). Go to solution explorer right-click on the project click on Add-New Item, Select web-form from the templates window. Name=Inbox click on "ADD" button. Protected void Button1 Click(object sender, EventArgs e). Subscribe ...
desibindaas-asp.blogspot.com
Learn Asp.net: Custom Validation Control
http://desibindaas-asp.blogspot.com/2010/03/custom-validation-control.html
Consider a case where we have a text box with AJAX Calendar Extender to accept dates from the user. We have to restrict the dates entered by the user based on two conditions. If the date entered is less than 90 days I have to Display the error message “Please select a date =” (Today’s date – 90 days ). If the date enter is future date I have to display the error message “Information is not available for future dates”. Create an Ajax Enabled website. Get the date that user has entered.
desibindaas-asp.blogspot.com
Learn Asp.net: Read and Write to Text Files in c#
http://desibindaas-asp.blogspot.com/2010/03/read-and-write-to-text-files-in-c.html
Read and Write to Text Files in c#. There are many ways to read and write to text files. We will see one option here. Be sure to add using System.IO namespace. This is a function to write to a Text File. FileName = Server.MapPath( "abc.txt". Data to be written in the file. R n is to insert a new line. Data = "This is the first line r n". This is the second line r n r n". This is the third line". WriteAllText(fileName, data); / write the data to the text file. Response.Output.Write(e.Message);.
desibindaas-asp.blogspot.com
Learn Asp.net: Intermediate level
http://desibindaas-asp.blogspot.com/p/intermediate.html
Subscribe to: Posts (Atom). And Converter by: TemplatesByBlogger.
desibindaas-html.blogspot.com
HTML Tutorials: HTML Anchor Tag
http://desibindaas-html.blogspot.com/2010/03/html-anchor-tag.html
The anchor tag defines either a link or an anchor in a document. To add a link. you will use the a href="location" opening tag and /a closing tag. Whatever appears between these two tags will become underlined and colored, and if you click on the underlined text it will send the browser to the location within the quotes. Subscribe to: Post Comments (Atom). And Converter by: TemplatesByBlogger.