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

Comments by Kirankumar Ballapalli (Top 9 by date)

Kirankumar Ballapalli 15-Feb-11 1:36am View    
Its the correct format.
Kirankumar Ballapalli 15-Feb-11 1:36am View    
sorry its rendered wrongly.
<asp:Label ID="Lblcategory" runat="server" ><%=Request.QueryString["ctgname"]%></asp:Label>
Kirankumar Ballapalli 15-Feb-11 0:44am View    
Hi,
Use the Ajax concept.Place the update panel control in your page.
Then it will shows the postback.

Regards,
Kiran.
Kirankumar Ballapalli 15-Feb-11 0:31am View    
Hi,
Check that whether table columns allowing null values or not.
Because one of textbox values coming as empty then table column value is expecting values.
I think it will help you.
Regards,
Kiran
Kirankumar Ballapalli 13-Jan-11 1:12am View    
Hi,

Set the property as AutoPostBack=true for Combobox.
Then you will get the alert.

Regards,
Kiran.