Click here to Skip to main content
15,903,362 members
Home / Discussions / C#
   

C#

 
GeneralRe: Accessing other forms control? Pin
LongRange.Shooter2-Sep-04 2:48
LongRange.Shooter2-Sep-04 2:48 
GeneralRe: Accessing other forms control? Pin
sachinkalse2-Sep-04 14:56
sachinkalse2-Sep-04 14:56 
QuestionBlack-n-White Invert ? Pin
sachinkalse31-Aug-04 22:48
sachinkalse31-Aug-04 22:48 
AnswerRe: Black-n-White Invert ? Pin
Marc Clifton1-Sep-04 2:55
mvaMarc Clifton1-Sep-04 2:55 
GeneralRe: Black-n-White Invert ? Pin
sachinkalse2-Sep-04 19:51
sachinkalse2-Sep-04 19:51 
QuestionHow to hide a interface property in the sub-class? Pin
Jason Liu31-Aug-04 17:58
Jason Liu31-Aug-04 17:58 
AnswerRe: How to hide a interface property in the sub-class? Pin
Member 266231-Aug-04 22:33
Member 266231-Aug-04 22:33 
GeneralSyntaxError Pin
Jerry Hammond31-Aug-04 17:31
Jerry Hammond31-Aug-04 17:31 
Server Error in '/log_on' Application.<br />
--------------------------------------------------------------------------------<br />
<br />
Syntax error: Missing operand after '@yuy' operator. <br />
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. <br />
<br />
Exception Details: System.Data.SyntaxErrorException: Syntax error: Missing operand after '@yuy' operator.<br />
<br />
Source Error: <br />
<br />
<br />
Line 89: 				//For each match found, record the name in a DataRow names matches.<br />
Line 90: <br />
Line 91: 				DataRow[] matches = users.Select(cmd);<br />
Line 92: <br />
Line 93: <br />
 <br />
<br />
Source File: c:\inetpub\wwwroot\log_on\logon.aspx.cs    Line: 91 <br />
<br />
Stack Trace: <br />
<br />
<br />
[SyntaxErrorException: Syntax error: Missing operand after '@yuy' operator.]<br />
   System.Data.ExpressionParser.Parse() +2753<br />
   System.Data.DataExpression..ctor(String expression, DataTable table, Type type) +149<br />
   System.Data.Select..ctor(DataTable table, String filterExpression, String sort, DataViewRowState recordStates) +76<br />
   System.Data.DataTable.Select(String filterExpression) +37<br />
   log_on.Logon.btnLogon_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\log_on\logon.aspx.cs:91<br />
   System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108<br />
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57<br />
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18<br />
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33<br />
   System.Web.UI.Page.ProcessRequestMain() +1277<br />
<br />
 <br />
<br />
<br />
--------------------------------------------------------------------------------<br />
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 


I've ravaged through MSDN and the KB articles and I am still not sure what is the problem here. cmd is a string for a validated and well formed email address.

Thanks for any suggestions or help.

Best,
Jerry

Contrary to the cliche, genuinely nice guys most often finish first or very near it.--Malcolm Forbes
Toasty0.com
GeneralRe: SyntaxError Pin
leppie1-Sep-04 0:39
leppie1-Sep-04 0:39 
GeneralRe: SyntaxError Pin
Jerry Hammond1-Sep-04 5:15
Jerry Hammond1-Sep-04 5:15 
GeneralRe: SyntaxError Pin
Marc Clifton1-Sep-04 2:54
mvaMarc Clifton1-Sep-04 2:54 
GeneralRe: SyntaxError Pin
Jerry Hammond1-Sep-04 5:16
Jerry Hammond1-Sep-04 5:16 
GeneralRe: SyntaxError Pin
Marc Clifton1-Sep-04 5:26
mvaMarc Clifton1-Sep-04 5:26 
QuestionHow to implement zoom in and out in windows forms panel ?? Pin
CNU31-Aug-04 16:58
CNU31-Aug-04 16:58 
AnswerRe: How to implement zoom in and out in windows forms panel ?? Pin
Marc Clifton1-Sep-04 2:49
mvaMarc Clifton1-Sep-04 2:49 
QuestionHow to make a library/dll in Visual C# Standard Edittion Pin
HalfAsleep31-Aug-04 12:02
HalfAsleep31-Aug-04 12:02 
AnswerRe: How to make a library/dll in Visual C# Standard Edittion Pin
Heath Stewart31-Aug-04 12:31
protectorHeath Stewart31-Aug-04 12:31 
GeneralRe: How to make a library/dll in Visual C# Standard Edittion Pin
HalfAsleep31-Aug-04 12:39
HalfAsleep31-Aug-04 12:39 
GeneralRe: How to make a library/dll in Visual C# Standard Edittion Pin
Heath Stewart31-Aug-04 13:25
protectorHeath Stewart31-Aug-04 13:25 
QuestionGame port I/O ? Pin
Christian Graus31-Aug-04 10:58
protectorChristian Graus31-Aug-04 10:58 
AnswerRe: Game port I/O ? Pin
Heath Stewart31-Aug-04 12:15
protectorHeath Stewart31-Aug-04 12:15 
GeneralRe: Game port I/O ? Pin
Christian Graus1-Sep-04 10:49
protectorChristian Graus1-Sep-04 10:49 
AnswerRe: Game port I/O ? Pin
mav.northwind1-Sep-04 4:55
mav.northwind1-Sep-04 4:55 
GeneralListView Pin
elena1234531-Aug-04 10:57
elena1234531-Aug-04 10:57 
GeneralRe: ListView Pin
Heath Stewart31-Aug-04 12:28
protectorHeath Stewart31-Aug-04 12:28 

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.