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 #3K
~4K People Reached
Favorite Tags
Member Avatar for nverma

I want a toolbox like functionality in which i can drag an image and drop it over another image, such that the image being dragged should remain at the previous position as well as copied to the new position.

Member Avatar for cocoll
0
417
Member Avatar for nverma

m using folowing code,it is worlking fine,on my machine but not working after deploying it to the server { ProcessStartInfo psi = new ProcessStartInfo(MapPath("MaxMinTest.ppsm")); Process p = new Process(); if (psi.FileName.Contains("pptx")) psi.Verb = "Show"; p.StartInfo = psi; p.Start(); }

Member Avatar for Ramesh S
0
54
Member Avatar for nverma

i have a datalist,it's itemtemplate is inside an updatepanel,in which i have a button whose click event is not being fired plz help

Member Avatar for jbisono
0
2K
Member Avatar for nverma

i have a datalist,i want an add button at the end of each row,clicking wich should result in a new blank row

Member Avatar for Ramesh S
0
76
Member Avatar for nverma

can i embed a ppt in an aspx page ,,,withoud allowing it to be downloaded,saved,,,,it should only be viewd

Member Avatar for kvprajapati
0
89
Member Avatar for nverma

how to create a controller class? kindly guide me the steps to use mvc without using the template

Member Avatar for kvprajapati
0
57
Member Avatar for nverma

dear all i have developed a web application using asp.net,c# with ms access as backend. i deployed it to a server and it ran successfully now i need to deploy the same on an individual machine,,which is not a server,,,i installed iis,.net framework then deployed it on browsing homepage is …

Member Avatar for reach_yousuf
0
101
Member Avatar for mansi sharma

Suppose there are two buttons named button1 & button2.I wnat that when the user presses enter key,button2 click event will fire? How to do dat,Can somebody tell me?

Member Avatar for nverma
0
120
Member Avatar for sakhi kul

hi to all I am developing website in ASP.NET 2.0 using VB. I want to use AJAX controls in my website so I download AJAX control tool kit from official AJAX site but I don't know how to use it. Plz explain...

Member Avatar for nverma
0
101
Member Avatar for anuj_sharma

Hey Guys, I have a Vista Home Premium SP 1. I installed Visual Studio 2005 n it was working fine until today. When i tried to open VS 2005 it gave the following dialog box: "One or more components missing. Please reinstall the application" First of all i repaired the …

Member Avatar for anuj_sharma
0
98
Member Avatar for nverma

Hi I m using asp.net as front end and MS Access as backend,,,,,and most of the help on internet is regarding asp.net and SQL Server,,,,,from where can i get help reharding asp.net and MS Access

Member Avatar for Ramesh S
0
90
Member Avatar for yash777

Hello all, Do anyone have any idea of what this Exception in occuring when i try to remove the elements in XML using XmlNodeList. It occurs in following section : [ICODE]XmlNodeList nodeLst = xmlDoc.GetElementsByTagName("FileName"); foreach (XmlNode node [B]in[/B] nodeLst) { //code }[/ICODE] Pl help ???

Member Avatar for yash777
0
309
Member Avatar for anuj_sharma

Hey Guys, I have a textbox in which a ID is stored. ID has type int in the database. I want to compare this Textbox ID with the ID in the databse. I tried to use: int ID=Convert.ToInt32("TExtboxID.text") I got an error: NullReference Exception was handled by Usercode Please help.

Member Avatar for anuj_sharma
0
154
Member Avatar for nverma