| Thread | Last Post | Replies |
|
| ASP Development Server not working in VS2005 | 31 Jul 2008 20:34 GMT | 1 |
I installed and configured XAMPP using this link http://drupal.org/node/161975 and my ASP Development server in Visual studio 2005 atopped working. I unistalled XAMPP after I found out about the problem but my ASP server still isn't working. Any advice to get it working again?
|
| GridView DataSource Is Nothing | 31 Jul 2008 19:52 GMT | 7 |
I am trying to cast my Gridview in my Code behide as a Dataset so I can manipulate the data. Here is the code snippet: Dim FilteredDataSet As New System.Data.DataSet Dim gv As New GridView
|
| munged rendering in Firefox ASP.NET 2.0 | 31 Jul 2008 18:54 GMT | 3 |
Hello, I did google this issue and found some stuff related to BrowserCaps section of either web.config or machine.config but it didn't work. It seems that most pages in my webapp are okay but a couple of the Firefox is munging up.
|
| Knowing if a button has been clicked in Page_Load | 31 Jul 2008 18:40 GMT | 3 |
I know the ASP.NET page cycle: The Clicked event is called after the Page_Load... Don't ask why but I need to in the Page_Load if a particular control has caused the postback...
|
| connected web parts using ajax in asp.net 2.0 | 31 Jul 2008 18:34 GMT | 1 |
I've two web parts in my web page. Web part 'A' implements ajax in it. Im connecting webpart to 'A' to web part 'B'. But when I update the content in web part 'A' the web aprt 'B' isnot getting refresehd.Basically , im not viewign teh details what I've passed in 'A'...
|
| HELP: It's Urgent | 31 Jul 2008 18:34 GMT | 1 |
In page i have three DropDownLists and a Button named 'Refresh', which are outside UpdatePanel and one GridView which is inside update panel with necessary triggers. When i update GridView on click of 'Refresh' Button then dropdowns get
|
| email the contents of the contentplaceholder in a masterpage | 31 Jul 2008 18:16 GMT | 1 |
I am building a website using asp.net and c#. I am using the masterpage concept. I have to implement a feature where I have to send all the contents of the contentplaceholder thru email. I know how to send the mail but i'm not able to get the contents which i need to
|
| Do we need Framework to run ASP.NET page | 31 Jul 2008 18:12 GMT | 8 |
Hi Gurus, I am wondering if we need to install DotNet framework on all the machines to run pages developed in ASP.NET. Can we also run the pages on Linux/Unix?
|
| Databinding to a DAL with ObjectDataSource-control: Update OK, Delete Not OK ??? | 31 Jul 2008 17:43 GMT | 5 |
I'm trying out Databinding to a Data Acces Layer using a ObjectDataSource-control The Update works fine but the Delete-method doesn't. when debugging I see that my productID-parameter is always 0 and not the ID of the
|
| Abstract factory and Factory pattern | 31 Jul 2008 16:22 GMT | 4 |
http://www.questpond.com/FreeDesign1.htm I was going through the above videos. Can i conclude Abstract factory patterns are extensions of factory patterns. I have made the conclusion after viewing the video and reading GOF books. I am
|
| Call javascript with table cell dimensions | 31 Jul 2008 15:08 GMT | 2 |
I have an image inside a table cell. I'd like to scale the image to fill the cell. I have a javascript routine that can change the image's height but can't seem to fine a place to call it with the cell dimensions not equal to zero.
|
| vs2008 sp 1 and properties of asp.net controls | 31 Jul 2008 14:25 GMT | 2 |
I have an asp.net page in design view. I right click the gridView I have on the page and then go to properties. For some strange reason, I see the pages file properties instead of the GridView properties. Any way to fix this problem. I can't get to any page/control properties ...
|
| Help! Interop.SpeechLib error in ASP.NET application(C# code) | 31 Jul 2008 12:41 GMT | 1 |
I have developed a web application in ASP.NET using C# code for text to speech conversion and save as wav file, it is working fine with my system(xp) but after uploading it into the windows 2003 server I'm getting the following error:
|
| How to start Windows services from C# code | 31 Jul 2008 12:33 GMT | 4 |
I got below function from http://techinterviewquestion.blogspot.com/ blog. it is working fine. i used public void StartService(string ServiceName) {
|
| web.config file problem | 31 Jul 2008 08:39 GMT | 3 |
I cut and paste the following code from msdn help page which it just introduces view and multiview server controls. Here is what I do: in vs studio 2005, File --> New Web Site, it brings me to the dir: C:\Visual
|