i didnt not understand ur solution can u explain how to do that
User 9021337
Posts
-
how to add reference to dll in asp project -
how to get solution files from the dllSystem.Web.SessionState.IRequiresSessionState[^] when i added above line shows error cannot use namespace cannot directly contains members
-
how to get solution files from the dllusing System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; public class brain : Page, IRequiresSessionState { protected void Page_Load(object sender, EventArgs e) { } protected HttpApplication ApplicationInstance { get { return this.Context.ApplicationInstance; } } protected DefaultProfile Profile { get { return (DefaultProfile)this.Context.Profile; } } } error:Error 1 The type or namespace name 'IRequiresSessionState' could not be found (are you missing a using directive or an assembly reference?)
-
how to add reference to dll in asp projecthow to add reference to dll in asp project?i download website from ftp accoutn which doesnot conatains the neackend files no solution no projects files so i decompiled the dll to get teh backend files now i made changes in backend files n when i m runninf it shows dll is missing ,dere is no solution no project file how can i compile the pages............its showing error dll Error 91 The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?) Plz help
-
how to get solution files from the dlli created new projects the pasted the code from other files its stills says dll is missing,
-
how to get solution files from the dlli decompiled the dll files to get my backend files but still i didnt hav ethe solution files.i m not able to send mails as it says .....dll missing n all suggest to solve the problem.
-
C# files missing .cs filei didnt understand wht is text speak???
-
C# files missing .cs filei decompiled the dll and got the files now how can i connect dt with particular asp page for registration i got registration.cs,for career i got career.cs files how do i connect dem with dere pages
-
C# files missing .cs fileHow can i get the .cs files for my projects
-
C# files missing .cs fileNow i should i asked client for complete project files ,becoz none of the asp pages contains backend pages all are in C# because when i asked for project dey gave me FTP information only , which doesnot contain backend files
-
C# files missing .cs fileok
-
C# files missing .cs fileclient gave me ftp account details i downloaded from dere but .cs files missing in dat too but on dere server the website was running completely in web config dey used :<add key="MySMTPServer" value="relay-hosting.secureserver.net"/> i changed server n SMTP details still it shows error guide some way to solve d issue
-
C# files missing .cs filecan u explain me briefly so it would help me i m totally new in C# i checked bin folder its empty even i changed my web config ; providing my new emails new hosted account but its it giving same error in my project folder i can see precompliedAPP.config i have ftp account information of previous website i downlaoded website from dere only n uploaded to new server. thnx alot
-
C# files missing .cs fileour client website was hosted on other server , i download website from dere n hosted on other server now smtp mails not working n i cant ,n i can find ne CS files in my projects plz guide how to solve the issue
-
Cant find onClick function in C#i cant find registration.aspx.cs in the folder only 4 aspx files are dere
-
Cant find onClick function in C#i cant find registration.aspx.cs in the folder
-
Cant find onClick function in C#i m very new in C# ,in my clients registration form
<td align="center" style="font-family: tahoma; font-size: 11px;">
<asp:Button ID="Button1" runat="server" Font-Names="Tahoma" Font-Size="11px" Height="22px"
OnClick="Button1_Click" Text="Register" Width="74px" OnClientClick="return IsEmpty();" />
</td>on click button1_click function is geting called,but i can not find button1_click,nad if i remove the function its not getting postback ASP.registration_aspx' does not contain a definition for 'Button1_C' and no extension method 'Button1_C' accepting a first argument of type 'ASP.registration_aspx' could be found (are you missing a using directive or an assembly reference?) Plz help me to find solution for it
Thnx in Advance