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

14 Posted Topics

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
423
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
57
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
82
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
90
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
59
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
102
Member Avatar for mansi sharma
Member Avatar for nverma
0
122
Member Avatar for sakhi kul

right click on the general tab in your tool box->choose items->browse the dll files that you have downloaded,,now the ajax tools can be used . u can check some ajax tutorials for further assistance.

Member Avatar for nverma
0
109
Member Avatar for anuj_sharma
Member Avatar for anuj_sharma
0
99
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
94
Member Avatar for yash777
Member Avatar for yash777
0
314
Member Avatar for anuj_sharma

you need not to put TextBoxID.Text in double quotes as C# is case sensitive ,make sure TextBoxID.Text is written in correct case it will be written as: int i = Convert.ToInt32(TextBoxID.Text); just check the ID of ur textbox and write it in proper case

Member Avatar for anuj_sharma
0
159
Member Avatar for nverma

The End.