Click here to Skip to main content
16,004,686 members

Comments by kirubakaran3@yahoo.co.in (Top 6 by date)

kirubakaran3@yahoo.co.in 1-Sep-14 17:08pm View    
Hi Jitendra, amn't getting an option for using gridview.columns["Col name"].frozen in c# asp.net. I can see gridviw.column(index) only. Where Exactly i need to place the mentioned line. i tried in row_created event also. but no luck.
kirubakaran3@yahoo.co.in 29-Aug-14 15:15pm View    
I tried adding css property. it dint work. See the code below

Css file :
.FrozenCell
{
position: relative;
}
Aspx page :
<asp:TemplateField HeaderText="Name" SortExpression="Name" HeaderStyle-CssClass="FrozenCell" ItemStyle-CssClass="FrozenCell">

Pls help
kirubakaran3@yahoo.co.in 22-Aug-14 9:54am View    
Am new to asp.net. Can i get some sample applications to work on multi view control calling different webpages? what i can see in examples are having multi tabs with view on each tab. It will be really great if i could get some sample example with each tab calling different webpage?

Many Thanks.
kirubakaran3@yahoo.co.in 6-Aug-14 14:23pm View    
The reason why am asking is, On button1 click event database call will be made. If it takes more time to return the value, Button2 should be clicked to stop the call.
kirubakaran3@yahoo.co.in 6-Aug-14 14:09pm View    
On Button1 click we are making database call. If we want to cancel that call, have to click on Button2. In turn it should stop the Database call triggered by Button1.