Click here to Skip to main content
15,908,112 members

Comments by Gaurav Kumar Gaur (Top 4 by date)

Gaurav Kumar Gaur 5-Nov-13 4:04am View    
grid view1 is null and In the footer row of grid it contains ddl, radio botton etc when we fill ddl and add row then it will show in grid's header.
bt the problem is that value didn't insert in ddl.
Gaurav Kumar Gaur 5-Nov-13 2:51am View    
where....?
This is drop down id which is used in grid view.
Gaurav Kumar Gaur 5-Sep-13 2:52am View    
I have use this in the .htacess file but I don't know how to use this file in HTML page.

RewriteEngine on
RewriteCond %{index.html} !-d
RewriteCond %{index.html}\.html -f
RewriteRule ^([^/]+)/$ $1.html
Gaurav Kumar Gaur 4-Sep-13 7:50am View    
After using this code, When I type my old url and enter then the address bar will show both url(old/new) but page didn't redirect.