Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #25.0K
Ranked #4K
~1K People Reached
Favorite Tags

7 Posted Topics

Member Avatar for mrboolf

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

Member Avatar for mrboolf
0
264
Member Avatar for gnane786

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 …

Member Avatar for n4naeem
0
118
Member Avatar for dudegio

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 …

Member Avatar for n4naeem
0
407
Member Avatar for planemaniac

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 …

Member Avatar for n4naeem
0
151
Member Avatar for mubin_attar

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]

Member Avatar for n4naeem
0
144
Member Avatar for sanbal

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 …

Member Avatar for sanbal
0
120
Member Avatar for ashish banerjee

i have the same problem in last days . i have tried the same solution which Yousaf uddin suggested...

Member Avatar for n4naeem
0
122

The End.