No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
14 Posted Topics
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. | |
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(); } | |
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 | |
i have a datalist,i want an add button at the end of each row,clicking wich should result in a new blank row | |
can i embed a ppt in an aspx page ,,,withoud allowing it to be downloaded,saved,,,,it should only be viewd | |
how to create a controller class? kindly guide me the steps to use mvc without using the template | |
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 … | |
Re: set UseSubmitBehaviour =true for button2 and false for button1 | |
Re: 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. | |
Re: try installing windowinstaller 3.0,that may solve your problem | |
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 | |
Re: i want to do designing in my visual basic.......i m using c#......plz tell me the different ways...... | |
Re: 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 | |
i need code for saving a file in access database using C# |
The End.