Click here to Skip to main content
15,914,014 members

Comments by saud_a_k (Top 22 by date)

saud_a_k 9-May-13 1:57am View    
You could use a simple document library with a modified view for the treeview, and the filters on each column could act like search fields
saud_a_k 28-Feb-13 5:57am View    
call a javascript function on click
like
<td önclick = CellClick(this)>11</td>
and js
function CellClick(cell)
{
alert(cell.innerHTML);
}
saud_a_k 27-Feb-13 7:47am View    
I think you need to load the dropdowns in page_load event
if(!IsPostback)
{
//load
}
saud_a_k 9-Nov-12 1:23am View    
look into http://fancybox.net/ its easy to use another aspx page within a model popup
saud_a_k 8-Nov-12 1:07am View    
Dude, GOOGLE it
http://www.codeproject.com/Articles/21341/Import-and-Export-Data-from-GridView