Click here to Skip to main content
15,902,934 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to call function in another MDI child window Pin
S. Senthil Kumar6-Jun-05 20:57
S. Senthil Kumar6-Jun-05 20:57 
GeneralIs it possible to get my webpage url Pin
god4k6-Jun-05 8:49
god4k6-Jun-05 8:49 
GeneralRe: Is it possible to get my webpage url Pin
Colin Angus Mackay6-Jun-05 10:11
Colin Angus Mackay6-Jun-05 10:11 
QuestionElegant Client/Server? Pin
methodincharge6-Jun-05 7:51
methodincharge6-Jun-05 7:51 
AnswerRe: Elegant Client/Server? Pin
Christian Graus6-Jun-05 12:52
protectorChristian Graus6-Jun-05 12:52 
GeneralRe: Elegant Client/Server? Pin
methodincharge6-Jun-05 16:14
methodincharge6-Jun-05 16:14 
GeneralRe: Elegant Client/Server? Pin
Christian Graus6-Jun-05 16:17
protectorChristian Graus6-Jun-05 16:17 
GeneralRe: Elegant Client/Server? Pin
methodincharge7-Jun-05 2:48
methodincharge7-Jun-05 2:48 
GeneralRe: Elegant Client/Server? Pin
Christian Graus7-Jun-05 11:39
protectorChristian Graus7-Jun-05 11:39 
GeneralPlease give me a fever printing code problem, build id problem and insertion problem Pin
Saif_S6-Jun-05 7:19
Saif_S6-Jun-05 7:19 
GeneralRe: Please give me a fever printing code problem, build id problem and insertion problem Pin
Dan Neely6-Jun-05 9:09
Dan Neely6-Jun-05 9:09 
GeneralRe: Please give me a fever printing code problem, build id problem and insertion problem Pin
DavidNohejl6-Jun-05 9:48
DavidNohejl6-Jun-05 9:48 
GeneralRe: Please give me a fever printing code problem, build id problem and insertion problem Pin
Judah Gabriel Himango6-Jun-05 10:11
sponsorJudah Gabriel Himango6-Jun-05 10:11 
GeneralRe: Please give me a fever printing code problem, build id problem and insertion problem Pin
Saif_S7-Jun-05 4:55
Saif_S7-Jun-05 4:55 
GeneralRe: Please give me a favor printing code problem, build id problem and insertion problem Pin
Saif_S7-Jun-05 5:19
Saif_S7-Jun-05 5:19 
GeneralRe: Please give me a favor printing code problem, build id problem and insertion problem Pin
Christian Graus7-Jun-05 12:00
protectorChristian Graus7-Jun-05 12:00 
Generalanother help please Pin
Saif_S6-Jun-05 7:17
Saif_S6-Jun-05 7:17 
GeneralRe: another help please Pin
Christian Graus6-Jun-05 12:44
protectorChristian Graus6-Jun-05 12:44 
GeneralPlease give me a fever.... Pin
Saif_S6-Jun-05 7:16
Saif_S6-Jun-05 7:16 
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0117: 'ASP.Complaint_Form_aspx' does not contain a definition for 'PrintButton'

Source Error:


Line 106: </tr>
Line 107: <tr align="center">
Line 108: <td height="2" valign="bottom"><asp:ImageButton ID="printBtn" ImageUrl="../BTN/print.gif" AlternateText="Print" ImageAlign="top" OnClick="PrintButton" runat="server"/></td>
Line 109: </tr>
Line 110: <tr align="center">

Source File: C:\Inetpub\wwwroot\ALL PARTS\SuggestionSystemProject\Users\Complaint Form.aspx Line: 108

Server Error in '/parts' Application.
________________________________________
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0116: A namespace does not directly contain members such as fields or methods

Source Error:


Line 23:
Line 24: //build id
Line 25: ID= select MAX(COM_ID) FROM COMPLAINT;
Line 26: dCmd1 = new suggestionCMD(strSQL1, dbConn);
Line 27: if (id=0) then {

Source File: C:\Inetpub\wwwroot\ALL PARTS\SuggestionSystemProject\Users\Complaint Process.aspx Line: 25

Server Error in '/parts' Application.
________________________________________
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: The server tag is not well formed.

Source Error:

Line 117: <tr bordercolor="0">
Line 118: <th height="24" bgcolor="#A3D1A3"> <div align="left"><font color="#003366" face="Vrinda">Description:</font></div></th>
Line 119: <td><asp:textbox ID="description" TextMode="MultiLine" Wrap="true" columns="30" rows="3" maxlength= "100" AutoPostBack="false"runat="server"/>
Line 120: <asp:requiredfieldvalidator ID="vldDes" runat="server"
Line 121: ControlToValidate = " txtDesc " Display="Dynamic" ErrorMessage = "You must enter Description." Text="*" />

Source File: C:\Inetpub\wwwroot\ALL PARTS\SuggestionSystemProject\Users\Inquiry Form.aspx Line: 119

Server Error in '/parts' Application.
________________________________________
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: The 'Newspace' attribute is not supported by the 'Import' directive.

Source Error:

Line 2: <%@ Import Namespace="System" %>
Line 3: <%@ Import Namespace="System.Data" %>
Line 4: <%@ Import Newspace="System.Data.SqlClient" %>
Line 5: <script runat=server>
Line 6: session["login"]=username

Source File: C:\Inetpub\wwwroot\ALL PARTS\SuggestionSystemProject\Users\Inquiry Process.aspx Line: 4

Regards;


please please give me a fever...
GeneralRe: Please give me a fever.... Pin
Anonymous6-Jun-05 9:06
Anonymous6-Jun-05 9:06 
GeneralRe: Please give me a fever.... Pin
Christian Graus6-Jun-05 12:48
protectorChristian Graus6-Jun-05 12:48 
GeneralRe: Please give me a fever.... Pin
Anonymous6-Jun-05 18:20
Anonymous6-Jun-05 18:20 
GeneralRe: Please give me a fever.... Pin
Christian Graus6-Jun-05 18:24
protectorChristian Graus6-Jun-05 18:24 
GeneralRe: Please give me a fever.... Pin
Saif_S7-Jun-05 4:51
Saif_S7-Jun-05 4:51 
GeneralRe: Please give me a fever.... Pin
Christian Graus7-Jun-05 11:56
protectorChristian Graus7-Jun-05 11:56 

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.