Click here to Skip to main content
15,920,896 members

Comments by Mithra Madhu (Top 5 by date)

Mithra Madhu 26-Nov-13 3:40am View    
because i want to activate the search button when user as soon as enter the 'Enter button'
Mithra Madhu 1-Aug-13 1:33am View    
yes
Mithra Madhu 1-Aug-13 1:22am View    
if i use ajax control toolkit the file upload controller will not work.....means the photo will not upload to database
Mithra Madhu 1-Aug-13 1:07am View    
if u don't mind can u explain this code
how it will work???

private static void OpenConnection(string connectionString)
{
using (SqlConnection connection = new SqlConnection(connectionString))
{
connection.Open();
Console.WriteLine("ServerVersion: {0}", connection.ServerVersion);
Console.WriteLine("State: {0}", connection.State);
}
}
Mithra Madhu 1-Aug-13 1:01am View    
is there any way to avoid flickering without using ajax control toolkit????