Banner Ad

Showing posts with label CodeSnippets. Show all posts
Showing posts with label CodeSnippets. Show all posts

Monday, October 10, 2016

ASP.Net : Binding Dropdown in ASP.Net

By Francis   Posted at   7:55 PM   Dropdown Control in Asp.Net No comments
Binding dropdown is a common need in ASP.Net. The below code snippet is used to bind the datatable values to the dropdown list. Markup: <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">     <title></title> </head> <body>     <form id="form1" runat="server">    

Wednesday, January 6, 2016

Replace Special character from string using Regular expression in C#

By Francis   Posted at   6:04 PM   CodeSnippets No comments
In one of the forum post, the poster asked to Remove all the special character Then Remove the space and replace with _ (underscore) character Say for example, if he gave, the input string as “Levi Jeans (Blue) & yellow
Connect with Us

Powered by Blogger .
back to top