Click here to Skip to main content
15,893,663 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How use FTP Class in asp.net.............! Pin
N a v a n e e t h11-Dec-07 23:00
N a v a n e e t h11-Dec-07 23:00 
GeneralRe: How use FTP Class in asp.net.............! Pin
Virendrak11-Dec-07 23:27
Virendrak11-Dec-07 23:27 
GeneralRe: How use FTP Class in asp.net.............! Pin
Michael Sync11-Dec-07 23:46
Michael Sync11-Dec-07 23:46 
GeneralRe: How use FTP Class in asp.net.............! Pin
Paddy Boyd12-Dec-07 1:33
Paddy Boyd12-Dec-07 1:33 
GeneralRe: How use FTP Class in asp.net.............! Pin
Vasudevan Deepak Kumar12-Dec-07 4:58
Vasudevan Deepak Kumar12-Dec-07 4:58 
GeneralDB Query in AJAX Pin
Usharva11-Dec-07 22:50
Usharva11-Dec-07 22:50 
GeneralRe: DB Query in AJAX Pin
N a v a n e e t h11-Dec-07 22:58
N a v a n e e t h11-Dec-07 22:58 
GeneralRe: DB Query in AJAX Pin
Usharva11-Dec-07 23:21
Usharva11-Dec-07 23:21 
thanks Navaneeth

we need to give Autopostback is true in AJAX also??

because i have given the below code but SelectedIndexChanged Event of the ddlCountry is not Triggering

This is my html code

<asp:UpdatePanel ID="UpdatePanel1" runat="server">

</asp:UpdatePanel>
<asp:DropDownList ID="ddlCountry" runat="server" >
</asp:DropDownList>
<asp:DropDownList ID="ddlState" runat="server">
</asp:DropDownList>

I tried to give dropdowns inside UpdatePanel but its showing error like

"Type 'System.Web.UI.UpdatePanel' does not have a public property named 'DropDownList'"
GeneralRe: DB Query in AJAX Pin
Sun Rays11-Dec-07 23:51
Sun Rays11-Dec-07 23:51 
GeneralRe: DB Query in AJAX Pin
Usharva12-Dec-07 0:08
Usharva12-Dec-07 0:08 
GeneralRe: DB Query in AJAX Pin
Sun Rays12-Dec-07 1:25
Sun Rays12-Dec-07 1:25 
GeneralRe: DB Query in AJAX Pin
Usharva12-Dec-07 1:31
Usharva12-Dec-07 1:31 
GeneralRe: DB Query in AJAX Pin
Vasudevan Deepak Kumar12-Dec-07 5:42
Vasudevan Deepak Kumar12-Dec-07 5:42 
GeneralRe: DB Query in AJAX Pin
Usharva12-Dec-07 17:00
Usharva12-Dec-07 17:00 
Generalis this syntax valid in stored procedure Pin
jagan12311-Dec-07 22:30
jagan12311-Dec-07 22:30 
GeneralRe: is this syntax valid in stored procedure Pin
Christian Graus11-Dec-07 22:35
protectorChristian Graus11-Dec-07 22:35 
GeneralRe: is this syntax valid in stored procedure Pin
jagan12311-Dec-07 22:38
jagan12311-Dec-07 22:38 
GeneralRe: is this syntax valid in stored procedure Pin
Christian Graus11-Dec-07 22:43
protectorChristian Graus11-Dec-07 22:43 
GeneralRe: is this syntax valid in stored procedure Pin
jagan12311-Dec-07 22:51
jagan12311-Dec-07 22:51 
Generalprint Pin
monika_vasvani11-Dec-07 21:54
monika_vasvani11-Dec-07 21:54 
GeneralRe: print Pin
N a v a n e e t h11-Dec-07 22:02
N a v a n e e t h11-Dec-07 22:02 
QuestionUpdating a DateTime field in a FormView Pin
Federico Orlandini11-Dec-07 21:46
Federico Orlandini11-Dec-07 21:46 
GeneralRe: Updating a DateTime field in a FormView Pin
Sam Xavier13-Dec-07 22:51
Sam Xavier13-Dec-07 22:51 
GeneralRe: Updating a DateTime field in a FormView Pin
Federico Orlandini14-Dec-07 0:47
Federico Orlandini14-Dec-07 0:47 
AnswerRe: Updating a DateTime field in a FormView Pin
Federico Orlandini15-Dec-07 5:39
Federico Orlandini15-Dec-07 5:39 

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.