Click here to Skip to main content
15,913,722 members
Home / Discussions / C#
   

C#

 
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 
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 

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.