Thanks..
deepikadurge
Posts
-
Mail box -
Mail boxI have writen the code for mail send.. it's running .. but i dnt knw where it is storing in pc.. how can i read the mail..
-
Mail boxi want to craete an web app on my machine .. i want to store it in mail server.. but i cnt know the process of saving mail in mail server.. waht is the location for that..
-
Mail boxI am dng this for my knowledge .. can i create a mail server on my machine and how
-
Mail boxI want to create a application in which i can send a mail and receive amail. i want to know that waht should i do for storing the dat.. should i store the mail message in to sql database. wher does it store. just tell mw where it store..
-
problem with stored procedureREATE PROCEDURE Proc_Scenario_GetMaxID @MaxID int OUTPUT as BEGIN if((SELECT MAX(ID) FROM student) is not null) begin SET @MaxID = (SELECT MAX(ID) FROM student) return 0 end else Begin SET @MaxID=1 return 1 END end code for execution :-- declare @i int exec Proc_Scenario_GetMaxID @i output print convert(char(4),@i))
-
plz tell me code to add subitem in menu bar.. without using wizardcode
-
How to load menubar dynamicly at runtime in asp(with C#)i want to load menubar dynamicaly.. it will fetch data from sql server. hw to do it..