Hello friends, I have userid on facebook. i want to access emailid using by userid. please tell me.
Rinki Mukheraji
Posts
-
Access email_Id through userId -
Error while editing word document from IISyou can full control that folder whihc store the ms word file
-
send messagehow send message through network in asp.net.
-
Problem with file download linkwhen u load movie on hosting server. which folder store this movie. full security of conrol that folder.
-
Probleam page processing done before complete sql quereyi have a sql query when this run the query then i don't know how expand the time. but i have been return message when query is done. i am using this query on aspx page. when i click the button then this run query. page processing done. query already running. now my question is that I want when query is done the my page processing is done. e.g both done same time. how it is possible. please help me.
-
XML file errorI have txt file which save n numbers of records. e.g http://134.17.0.1/WebAPP/Internet/E/Y/U/try & g/HomePage.htm" /> when i convert txt file into xml file create error. xml file can not support & operator. how resolved this probleam.
-
Inserting data from a .txt file to Databaseyou can insert data txt file into database through bulk Bulk insert tablename from 'c:\url.txt' with( FIELDTERMINATOR =',', ROWTERMINATOR = '\n' )
-
how access virtual funciton in C#.netI want single object of Class2 and access both function Class1 and Class2
-
how access virtual funciton in C#.netI have two classes and same function name how access class1 virtal function object class2. class file class Class1 { public virtual string a1() { return "hh"; } } class class2 : Class1 { public override string a1() { return "hello"; } } Form Design class2 c2 = new class2(); string aa; aa = c2.a1(); MessageBox.Show(aa);
-
Probleam run web site on different browser [modified]I have been developing web site run on IIS and Internet Explorer 6.0. When That site run different browser 7.0 or 8.0 or opera then Designing view probleam
modified on Friday, October 10, 2008 1:51 AM
-
save txt file on client computerHello, I am developing Intranet web site. run on IIS. I have a txt file save on server inculde 'n' no of lines. when this txt file upload on server and save on sql server then no probleam. Client access my web site and client Computer have a txt file. when client upload txt file. then show message file not found.
-
Change Screen ResulotionWhen change screen resulotion through code in asp.net with code then no probleam. After publish and run on localhost and change screen resulotion then show error: Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application. please tell me how solve this probleam.
-
Probleam VB exe run on IISThat is not working.
-
Probleam VB exe run on IISmy applicaion hosted on IIS in xp machine. please tell me clearly that which location of permission to ASPNet user
-
Probleam VB exe run on IISI am developing asp.net application. i have a visual basic exe. when use this exe in asp.net. for the below code ------------------------------------- Process startinfo = new Process(); startinfo.EnableRaisingEvents = false; startinfo.StartInfo.FileName = Server.MapPath("~//FolderName\\RR.exe"); startinfo.Start(); -------------------------------------- it is succeffully runing. when my asp.net web application to run the IIS after publishing. Then that exe not running. Plz help me. what's probleam. I have been already full control that folder within store exe.
-
Problem visual basic 'exe' run on IIS through asp.netI am developing asp.net application. i have a visual basic exe. when use this exe in asp.net. for the below code ------------------------------------- Process startinfo = new Process(); startinfo.EnableRaisingEvents = false; startinfo.StartInfo.FileName = Server.MapPath("~//FolderName\\RR.exe"); startinfo.Start(); -------------------------------------- it is succeffully runing. when my asp.net web application to run the IIS after publishing. Then that exe not running. Plz help me. what's probleam. I have been already full control that folder within store exe.
-
Treeview in a DropdownExtendaryou can use ajex
-
open url page on iis write only http://homei have a web site there are lot of pages. one page name home.aspx when i run the site in localhost. write in : http://localhost/home.aspx i want to write http://home then open my home page how it is possible.
-
Use Timer Contorl in asp.neti was try but not work. please give me example.
-
Use Timer Contorl in asp.nethow use Timer Control in asp.net