Click here to Skip to main content
15,884,986 members

Comments by Soumini Ramakrishnan (Top 4 by date)

Soumini Ramakrishnan 8-Sep-10 3:03am View    
When giving UseSubmitBehavior="false", it is working. But I couldn't get values from textboxes
Soumini Ramakrishnan 8-Sep-10 2:44am View    
this is working.But I couldn't take the values of textboxes which are inside this selectedItemTemplate using the following code:

if(e.CommandName =="SendEnquiry")
{
TextBox t = (TextBox)e.Item.FindControl("userName");

Label12.Text = t.Text.ToString () +"Send Enquiry";
}
Soumini Ramakrishnan 8-Sep-10 2:39am View    
I have 3 textboxes inside the SelectedItemTemplate. I have to take the values of these textboxes and do some process when this button is clicked.
Soumini Ramakrishnan 29-Jul-10 2:27am View    
Thanks. I corrected it. the cityList hadn't the particular city name