Web Developement Using Asp
Sree Swetha from Hyderabad
This blog will give you a brief study of ASP and also some sample code with explanation.
Visits today
Total visits
Recent Posts from "Web Developement Using Asp"
Open a url in Kiosk/Full Screen mode
4 Oct 08, 3:42 PMWhen you run Internet Explorer in full screen mode, the Internet Explorer title bar, menus, toolbars, and status bar are not displayed and Internet Explorer run...
Browser detection in ASP
15 Sep 08, 2:32 PMBy using Request.ServerVariables("HTTP_USER_AGENT"), we can write a logic to implement this.Request.ServerVariables("HTTP_USER_AGENT") will result in the follow...
Recordset GetString() method
13 Sep 08, 12:45 PMThe GetString method returns the specified Recordset as a string.This method can be used to fill HTML tables in ASP files.You can find the details of the method...
Generate HTML dynamically in javascript
14 Jun 08, 12:35 PMPlace a div tag in then body of the html where you the dynamic html to be displayedSuppose you want a textbox control to be added each time in an on click event...
To check and uncheck a radio button
14 Jun 08, 11:53 AMCode to check and uncheck a radio button,Logic 1:Add below code to the controlonclick='this.chk = this.chk ? this.checked = !this.chk : this.checked'ORExplanati...

