Click here to Skip to main content
15,888,803 members
Home / Discussions / C#
   

C#

 
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 
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 
Thanx for replying..

but i meant that i need help from you...

so the problems that i had, firstly with the build id:

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

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 {

the second problem is 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">

Note:

I have two ASPX pages, one is a form and other is a process page..how can i can connect them together.


the third problem i had is

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: 'vsSummary"' is not a valid identifier.

Source Error:


Line 120: <th height="24" colspan="2">
Line 121: <span class="style15">
Line 122: <asp:ValidationSummary DisplayMode="BulletList" HeaderText="The following errors happened:" ID=vsSummary" runat="server" />
Line 123: </span> </tr>
Line 124: </table>

the forth problem is

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


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 
Generaltext box Pin
webhay6-Jun-05 6:05
webhay6-Jun-05 6:05 
GeneralRe: text box Pin
Leyu6-Jun-05 6:24
Leyu6-Jun-05 6:24 
GeneralRe: text box Pin
Luis Alonso Ramos6-Jun-05 6:38
Luis Alonso Ramos6-Jun-05 6:38 
GeneralRe: text box Pin
albCode6-Jun-05 6:41
albCode6-Jun-05 6:41 
GeneralGrabbing a Tree displayed in a window Pin
Abhishek Karnik6-Jun-05 6:05
Abhishek Karnik6-Jun-05 6:05 
GeneralRe: Grabbing a Tree displayed in a window Pin
Carsten Zeumer6-Jun-05 6:22
Carsten Zeumer6-Jun-05 6:22 
GeneralEnterprise Library exception block Pin
Member 10756526-Jun-05 4:34
Member 10756526-Jun-05 4:34 
GeneralMS Project 2003 development Pin
Okeno Palmer6-Jun-05 4:33
Okeno Palmer6-Jun-05 4:33 
Generalprint an array Pin
Anonymous6-Jun-05 4:30
Anonymous6-Jun-05 4:30 
GeneralRe: print an array Pin
User 66586-Jun-05 5:05
User 66586-Jun-05 5:05 
GeneralRe: print an array Pin
Anonymous6-Jun-05 6:40
Anonymous6-Jun-05 6:40 
Questionhow to save a structure inside a text file Pin
Anonymous6-Jun-05 4:22
Anonymous6-Jun-05 4:22 
AnswerRe: how to save a structure inside a text file Pin
S. Senthil Kumar6-Jun-05 5:40
S. Senthil Kumar6-Jun-05 5:40 
GeneralRe: how to save a structure inside a text file Pin
Anonymous6-Jun-05 6:39
Anonymous6-Jun-05 6:39 

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.