Kishanchoudhary - kishanchoudhary.info

General Information:

Latest News:

Looping through textbox asp .net 30 Nov -0001 | 12:00 am

Here i am going to give you example of looping through textbox. Its easy to loop through just by covering them by a server container tag(like div, panel etc). I already used this in my previous exa

Accessing Master Page Control 30 Nov -0001 | 12:00 am

This is example of accessing any 'Master Page Control' from child page. We can to this by easily // finding control by name and assign it to a control type Control c2 = (Control)Master.FindCont

Style Master Page Control 30 Nov -0001 | 12:00 am

This is example of 'Style' any 'Master Page Control' from child page. We can to this by easily // finding control by name and assign it to a HTML Control type HtmlControl c1 = (HtmlControl

Dynamically assign PAGE TITLE 30 Nov -0001 | 12:00 am

* We can assign page tittle dynamicaly with this mathod. * It is useful when we use master page and want to assign tittle of pages indiviualy. * It is also useful when we have a button which change

Dynamically assign Meta Tags 30 Nov -0001 | 12:00 am

This is example of dynamically adding Meta Tags in the current page from asp .net. // On page load protected void Page_Load(object sender, EventArgs e) { HtmlMeta meta1= new HtmlMeta();

Removing HTML TAGS from TextBox 30 Nov -0001 | 12:00 am

This is example of removing HTML TAGS from TextBox(s) in asp .net. Also Removing html tag from all TextBoxes in a page * We use this to prvent any script to be posted on our form. * We use this to

Java Script Enabled Form 30 Nov -0001 | 12:00 am

Java Script Enabled Form Here I Attached Source For Demo Image is below

Remove HTML Tag Using Javascript 30 Nov -0001 | 12:00 am

This is example of removing/prevent HTML TAGS from TextBox(s) using Javascript. We can perform this action on focus lost(i.e. onblur) of textbox or onclientclick event of button. Here I am giv

Easy Creating RSS Feed in Asp .Net using database 30 Nov -0001 | 12:00 am

Here I am Explaining creating RSS Feed in Asp .Net Using Reapter Contol, LINQ / SQL. Actually Creating is very easy using this method. This is developed using same Technic which i explained below

Merge, Import, upload data from excel sheet to sql [VB] 30 Nov -0001 | 12:00 am

This is example of Merge, Import, upload data from excel sheet to sql using VB .net For this our server need to support OLEDB. This is very useful method for upload bulk data in database using E

Recently parsed news:

Recent searches: