Click here to Skip to main content
16,006,756 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: search option Pin
Christian Graus16-Aug-09 22:53
protectorChristian Graus16-Aug-09 22:53 
GeneralRe: search option Pin
Abhishek Sur16-Aug-09 23:14
professionalAbhishek Sur16-Aug-09 23:14 
Questiondebug website Pin
farokhian16-Aug-09 21:58
farokhian16-Aug-09 21:58 
AnswerRe: debug website Pin
N a v a n e e t h16-Aug-09 22:09
N a v a n e e t h16-Aug-09 22:09 
GeneralRe: debug website Pin
farokhian16-Aug-09 22:25
farokhian16-Aug-09 22:25 
GeneralRe: debug website Pin
Christian Graus16-Aug-09 22:27
protectorChristian Graus16-Aug-09 22:27 
GeneralRe: debug website Pin
farokhian17-Aug-09 10:16
farokhian17-Aug-09 10:16 
QuestionDropdownlist while editing a gridview Pin
4anusha416-Aug-09 20:53
4anusha416-Aug-09 20:53 
in my application when i edit a row in a gridview for a particular column i have to display a dropdownlist thats ok but when the dropdownlist is loaded i have to display the selected value as the value that is retrieved from the database how is it possible?

this is the code for gridview for that particular column

<asp:TemplateField HeaderText="Mandal Type" ItemStyle-Width="30%">
<ItemTemplate>
<%# Eval("nMandalType") %>
</ItemTemplate>
<EditItemTemplate>
<asp:DropDownList ID="ddlMandalType" runat="server">
<asp:ListItem Value="0">--SELECT--</asp:ListItem>
<asp:ListItem Value="101" >Mandal</asp:ListItem>
<asp:ListItem Value="102">Municipality</asp:ListItem>
<asp:ListItem Value="103">Division</asp:ListItem>
</asp:DropDownList>
</EditItemTemplate>
<FooterTemplate>
<asp:DropDownList ID="ddlNewMandalType" runat="server">
<asp:ListItem Value="0">--SELECT--</asp:ListItem>
<asp:ListItem Value="101" >Mandal</asp:ListItem>
<asp:ListItem Value="102">Municipality</asp:ListItem>
<asp:ListItem Value="103">Division</asp:ListItem>
</asp:DropDownList>
</FooterTemplate>
<ItemStyle Width="30%" />
</asp:TemplateField>
AnswerRe: Dropdownlist while editing a gridview Pin
padmanabhan N16-Aug-09 20:59
padmanabhan N16-Aug-09 20:59 
GeneralRe: Dropdownlist while editing a gridview Pin
4anusha416-Aug-09 21:08
4anusha416-Aug-09 21:08 
Questionanimation extender Pin
mylogics16-Aug-09 20:49
professionalmylogics16-Aug-09 20:49 
QuestionIndex Services Erros(The query contained only ignored words) Pin
alisolution16-Aug-09 20:21
alisolution16-Aug-09 20:21 
QuestionChanging databound value in gridview row control in _RowDataBound event Pin
Chesnokov Yuriy16-Aug-09 20:21
professionalChesnokov Yuriy16-Aug-09 20:21 
AnswerRe: Changing databound value in gridview row control in _RowDataBound event Pin
Abhijit Jana16-Aug-09 20:55
professionalAbhijit Jana16-Aug-09 20:55 
QuestionRe: Changing databound value in gridview row control in _RowDataBound event Pin
Chesnokov Yuriy16-Aug-09 21:12
professionalChesnokov Yuriy16-Aug-09 21:12 
QuestionIt is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Pin
haleemasher16-Aug-09 20:05
haleemasher16-Aug-09 20:05 
AnswerRe: It is an error to use a section registered as allowDefinition='MachineToApplication' b.... Pin
Abhijit Jana16-Aug-09 20:12
professionalAbhijit Jana16-Aug-09 20:12 
GeneralRe: It is an error to use a section registered as allowDefinition='MachineToApplication' b.... Pin
Abhishek Sur16-Aug-09 22:39
professionalAbhishek Sur16-Aug-09 22:39 
GeneralRe: It is an error to use a section registered as allowDefinition='MachineToApplication' b.... Pin
Abhijit Jana16-Aug-09 23:13
professionalAbhijit Jana16-Aug-09 23:13 
GeneralRe: It is an error to use a section registered as allowDefinition='MachineToApplication' b.... Pin
Abhishek Sur17-Aug-09 0:50
professionalAbhishek Sur17-Aug-09 0:50 
AnswerRe: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Pin
Vimalsoft(Pty) Ltd16-Aug-09 20:16
professionalVimalsoft(Pty) Ltd16-Aug-09 20:16 
GeneralRe: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Pin
haleemasher18-Aug-09 19:11
haleemasher18-Aug-09 19:11 
GeneralRe: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Pin
Vimalsoft(Pty) Ltd18-Aug-09 20:53
professionalVimalsoft(Pty) Ltd18-Aug-09 20:53 
Questiontotal number of records and displaying which datas are getting show Pin
Member 387988116-Aug-09 19:37
Member 387988116-Aug-09 19:37 
AnswerRe: total number of records and displaying which datas are getting show Pin
Christian Graus16-Aug-09 19:54
protectorChristian Graus16-Aug-09 19:54 

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.