Click here to Skip to main content
16,004,924 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Images with Frame Pin
Christian Graus4-Feb-09 22:51
protectorChristian Graus4-Feb-09 22:51 
GeneralRe: Images with Frame Pin
yogesh_kumar_agarwal4-Feb-09 22:59
yogesh_kumar_agarwal4-Feb-09 22:59 
GeneralRe: Images with Frame Pin
Christian Graus4-Feb-09 23:07
protectorChristian Graus4-Feb-09 23:07 
Questiondisplaying database table in webpage.. Pin
rosae6194-Feb-09 21:39
rosae6194-Feb-09 21:39 
AnswerRe: displaying database table in webpage.. Pin
N a v a n e e t h4-Feb-09 21:42
N a v a n e e t h4-Feb-09 21:42 
Questionmaking column read only true Pin
sandhya144-Feb-09 21:19
sandhya144-Feb-09 21:19 
AnswerRe: making column read only true Pin
Sneha Bisht5-Feb-09 1:10
Sneha Bisht5-Feb-09 1:10 
GeneralRe: making column read only true Pin
sandhya145-Feb-09 16:45
sandhya145-Feb-09 16:45 
<asp:GridView ID="GridView1" runat="server" OnRowEditing="GridView1_RowEditing" OnRowCancelingEdit="GridView1_RowCancelingEdit"
OnRowUpdating="GridView1_RowUpdating" DataKeyNames="EmployeeID">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<asp:CheckBox id="ChkCancel" runat="server"/>
</ItemTemplate>
</asp:TemplateField>
<asp:CommandField ShowEditButton="True" CausesValidation="false"/>
<asp:TemplateField HeaderText="Reason">
<ItemTemplate >
<asp:DropDownList ID="DDlReason" runat="server" AutoPostBack="true" OnSelectedIndexChanged="DDlReason_SelectedIndexChanged">
<asp:ListItem Text=" " Value="0" >
</asp:ListItem>
<asp:ListItem Text="Termination" Value="T" >
</asp:ListItem>
<asp:ListItem Text="Resignation" Value="R" ></asp:ListItem>
</asp:DropDownList>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>

and gridview is populating through code...
QuestionGmaps Google InfoWindow Pin
Krazy Programmer4-Feb-09 20:46
Krazy Programmer4-Feb-09 20:46 
AnswerRe: Gmaps Google InfoWindow Pin
Abhishek Sur4-Feb-09 21:51
professionalAbhishek Sur4-Feb-09 21:51 
Questione-mail feature in sharepoint 2003 site Pin
bishwambhar_sen4-Feb-09 20:23
bishwambhar_sen4-Feb-09 20:23 
AnswerRe: e-mail feature in sharepoint 2003 site Pin
Abhishek Sur4-Feb-09 22:04
professionalAbhishek Sur4-Feb-09 22:04 
QuestionHow to add Popup Menu(C1WebMenu) on C1WebGrid Pin
Vijay Mesa4-Feb-09 20:19
Vijay Mesa4-Feb-09 20:19 
QuestionWebForm Insatance Creation in ASP.NET Pin
siddisagar4-Feb-09 19:52
siddisagar4-Feb-09 19:52 
AnswerRe: WebForm Insatance Creation in ASP.NET Pin
Sajid A.4-Feb-09 20:17
Sajid A.4-Feb-09 20:17 
Question.Net security patch (KB928365) Pin
Sajid A.4-Feb-09 19:42
Sajid A.4-Feb-09 19:42 
AnswerRe: .Net security patch (KB928365) Pin
Guffa4-Feb-09 21:43
Guffa4-Feb-09 21:43 
GeneralRe: .Net security patch (KB928365) Pin
Sajid A.4-Feb-09 21:47
Sajid A.4-Feb-09 21:47 
GeneralRe: .Net security patch (KB928365) Pin
Guffa5-Feb-09 2:42
Guffa5-Feb-09 2:42 
GeneralRe: .Net security patch (KB928365) [modified] Pin
Sajid A.7-Feb-09 16:45
Sajid A.7-Feb-09 16:45 
QuestionHow to Display Timer count down in GridView Pin
Nekkantidivya4-Feb-09 19:24
Nekkantidivya4-Feb-09 19:24 
AnswerRe: How to Display Timer count down in GridView Pin
Christian Graus4-Feb-09 20:24
protectorChristian Graus4-Feb-09 20:24 
AnswerRe: How to Display Timer count down in GridView Pin
Abhishek Sur4-Feb-09 22:06
professionalAbhishek Sur4-Feb-09 22:06 
QuestionWhat is the sql indexing type used to search text Pin
prabhuch854-Feb-09 19:21
prabhuch854-Feb-09 19:21 
AnswerRe: What is the sql indexing type used to search text Pin
Manas Bhardwaj4-Feb-09 21:37
professionalManas Bhardwaj4-Feb-09 21:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.