No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Re: template <class D>SLList<D> SLList<D>::operator+(SLList<D> ob2) { return *this;} for this funtion u have to traverse all the lists and add them up ! this return status just returning the one list means which object invoke the + operator will be returned ... make it clear please | |
Re: you can save the Body and relavent information to database . after you can retrieve that information whenver u need. wherever you wanted to present. [QUOTE=a496761;709453]You could always store the body of the email in a field in a database. Alternatively, you could use a 3rd party mail sender that … | |
Re: it is very simple with asp net . Put a File Upload Button in yours controls. suppose there is a button on urs controlls READ. on the event handler Read on click event use this Code. suppose FileUpload button have the ID `File1.PostedFile.SaveAs(Server.MapPath(filename to save));` for reading a file String … | |
Re: Sub Page_Load(s As Object, e As EventArgs) Dim DayNum As Integer DayNum = 3 [COLOR="green"][B]Session["DayNum"] = DayNum;[/B][/COLOR] End Sub Sub Btn_Click(s As Object, e As EventArgs) [B][COLOR="Green"]Response.Write(System.Convert.ToInt32(Session["DayNum"])); Session["DayNum"] = null;[/COLOR][/B] End Sub [QUOTE=serkansendur;715661]yes you can do it without codebehind files but after a while you will confront them everywhere so … | |
Re: Check yours connection string it must have password. from web.config. change the connection string without password. [QUOTE=mubin_attar;713814]Thanx for your reply. Actually, my SQL Server have Windows Aunthentication mode. Please help me out. Mubin[/QUOTE] | |
Re: you can make access to different pages by using Session. every user has its own role. so in database define Roles for every user. like there would be three fields .. User name , Password and Role. when you click on the button sign in if the username and password … | |
Re: i have the same problem in last days . i have tried the same solution which Yousaf uddin suggested... |
The End.