Click here to Skip to main content
15,881,248 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Unable to connect to remote server Pin
Abhijit Jana25-Nov-08 20:38
professionalAbhijit Jana25-Nov-08 20:38 
QuestionHow To Change Addrotater adds in ASP.NET With out Page Refresh? Pin
Rajesh Kumar Chekuri25-Nov-08 20:05
Rajesh Kumar Chekuri25-Nov-08 20:05 
AnswerRe: How To Change Addrotater adds in ASP.NET With out Page Refresh? Pin
Christian Graus25-Nov-08 20:19
protectorChristian Graus25-Nov-08 20:19 
QuestionHit counter Pin
Atul Kharecha25-Nov-08 19:39
Atul Kharecha25-Nov-08 19:39 
AnswerRe: Hit counter Pin
Christian Graus25-Nov-08 19:45
protectorChristian Graus25-Nov-08 19:45 
GeneralRe: Hit counter Pin
Atul Kharecha25-Nov-08 19:55
Atul Kharecha25-Nov-08 19:55 
GeneralRe: Hit counter Pin
Christian Graus25-Nov-08 19:59
protectorChristian Graus25-Nov-08 19:59 
QuestionDot Net Pin
Anila A25-Nov-08 19:39
Anila A25-Nov-08 19:39 
protected void txtNamesearch_onKeyPress(object sender, EventArgs e)
{
if (e.keyvalue == 13)
{
if (txtNamesearch.Text.CompareTo("") != 0)
{
try
{
DataTable dtresult = Updatemember.GetMemberList(txtNamesearch.Text);
if (dtresult != null)
{
if (dtresult.Rows.Count >= 1)
{
GVUpdatemember.Visible = true;
GVUpdatemember.DataSource = dtresult;


}
else
{
GVUpdatemember.Visible = false;

}
}


}
catch (Exception ex)
{

}
}
else
{

}
}

what is the error in this programme
AnswerRe: Dot Net Pin
Christian Graus25-Nov-08 19:46
protectorChristian Graus25-Nov-08 19:46 
QuestionUpload & cropping image Like Orkut? Pin
sree reddy25-Nov-08 19:27
sree reddy25-Nov-08 19:27 
AnswerRe: Upload & cropping image Like Orkut? Pin
Christian Graus25-Nov-08 19:47
protectorChristian Graus25-Nov-08 19:47 
AnswerRe: Upload & cropping image Like Orkut? Pin
vishalg_gupta10-Apr-09 0:19
vishalg_gupta10-Apr-09 0:19 
Questionextracting text from scanned document Pin
sruthikv25-Nov-08 18:56
sruthikv25-Nov-08 18:56 
AnswerRe: extracting text from scanned document Pin
Christian Graus25-Nov-08 19:51
protectorChristian Graus25-Nov-08 19:51 
Questiongurbage value coming from comport while using mscomm32.ocx Pin
souravghosh1825-Nov-08 18:05
souravghosh1825-Nov-08 18:05 
AnswerRe: gurbage value coming from comport while using mscomm32.ocx Pin
Christian Graus25-Nov-08 18:06
protectorChristian Graus25-Nov-08 18:06 
GeneralRe: gurbage value coming from comport while using mscomm32.ocx Pin
souravghosh1825-Nov-08 18:11
souravghosh1825-Nov-08 18:11 
GeneralRe: gurbage value coming from comport while using mscomm32.ocx Pin
Christian Graus25-Nov-08 18:13
protectorChristian Graus25-Nov-08 18:13 
QuestionInsert a standar control in Visual Studio 2008 C# ASP.NET Pin
iriveras25-Nov-08 12:53
iriveras25-Nov-08 12:53 
AnswerRe: Insert a standar control in Visual Studio 2008 C# ASP.NET Pin
Christian Graus25-Nov-08 13:54
protectorChristian Graus25-Nov-08 13:54 
QuestionAbsolut path for Javascript Pin
altctrlnick25-Nov-08 5:58
altctrlnick25-Nov-08 5:58 
AnswerRe: Absolut path for Javascript Pin
NeverHeardOfMe25-Nov-08 6:58
NeverHeardOfMe25-Nov-08 6:58 
GeneralRe: Absolut path for Javascript Pin
altctrlnick25-Nov-08 7:02
altctrlnick25-Nov-08 7:02 
GeneralRe: Absolut path for Javascript Pin
Guffa25-Nov-08 14:01
Guffa25-Nov-08 14:01 
QuestionASP .NET Login Control Pin
kenexcelon25-Nov-08 4:54
kenexcelon25-Nov-08 4: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.