N a g a s a i
Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.
Friday, March 28, 2014
Remove the AnchorTag Border
›
I have a AJAX Tab container and in that on selection its giving me a border on the Header Text of the Tab. To remove this using CSS, here is...
Thursday, March 27, 2014
How to change or add script tag source from C#?
›
Here is how we can add script to page header from code behind in c#. The reason why I am doing this is I have these JavaScript files include...
Tuesday, March 11, 2014
How to insert a line break in a SQL Server VARCHAR/NVARCHAR string
›
There are some scenarios where we need to put line breaks in the string we write back from procedure or any dynamic SQL we use. Here is how...
1 comment:
Monday, March 10, 2014
How to access a div or HTML controls is inside a gridview?
›
Here is an example of how to access a div inside the TemplateColumn of a Grid: aspx: < asp:TemplateField HeaderText ="Pick" ...
Saturday, March 08, 2014
Create Windows admin user from command line
›
Here is how we can create windows user from command prompt. c:\net user /add [username] [password] The above will creates the user account. ...
‹
›
Home
View web version