Good solution.
Prasanta_Prince
Posts
-
Disable Drag and Drop in Textbox -
Code for Downloading from website problemFile Upload and Download in ASP.NET[^] This link shows Upload and download.
-
Related to GridViewThis example shows update,delete and Nested Gridview. Hope this can help you. Gridview inside Gridview in ASP.NET C#[^]
-
HTML Editorhttp://www.accelerated-ideas.com/SoftwareDirectory/aiFreeSoftwareSearch.aspx?sID=15912[^] hope this can help you.
-
how to start MVC@Philippe Mori Good link.
-
DateTime to yyyy\MM\dd conversionGood answer BlueBoy..
-
Date ConvertionSELECT CONVERT(VARCHAR(10), GETDATE(), 105)</pre>
Place your date inplace of Gatedate() -
Need A Help Of Nested Grid ViewGridview inside Gridview in asp.net C#[^] Hope this can help you.
-
URL rewrite sub.domain.com -
ASP.NET Interview Questionshttp://guru-code.blogspot.com/[^] It contains all asp.net interview questions.
-
how can i use <%=%> code in server control page.@shankysharma86 Correct One.
-
placeholder position@BlueBoy Good One..
-
How to get TargetControlID from gridview to Ajax modalPopupExtender?Place one button with visiblility off. And give that button Id as target Control ID.
-
I want to know how I can Share articles to social network like facebook , twitter ? -
Protect XML from outside access in asp.netI have xml in root folder. I just want to stop viewing xml file from outside.
-
Protect XML from outside access in asp.netHow to Protect XML from outside access in asp.net. I have use
But it doesn`t work online.
-
I have Posted a trick but it shows pending statusI have Posted a trick but it shows pending status,-http://www.codeproject.com/Tips/201516/Play-video-in-your-webpage.aspx[^]
-
How to play video using asp.net?http://www.codeproject.com/Tips/201516/Play-video-in-your-webpage.aspx[^] Have a look on this link.
-
I need replace a selected word in the text of textBox not all text I can´t use SelectedText or SelectionLength like windows Form in asp.netYou can use String.Replace. Like,
myString = "This is a test.";
myString = Regex.Replace(myString, " is", " was"); -
coping dataset to table(DB)http://msdn.microsoft.com/en-us/library/xzb1zw3x%28v=vs.80%29.aspx[^] Inserting relational data using DataSet and DataAdapter[^] Have a look on this links