| Thread | Last Post | Replies |
|
| cant get data to show up on gridview | 14 Mar 2008 21:02 GMT | 2 |
Hi I am using vs 2005 and have a simple windows application. I put a gridview on a form and used the wizard to build a connection string (placed it in the app.config file). For the dataset I selected a stored procedure that requires no input. I tested the connection and it ...
|
| Crystal and DataSet | 14 Mar 2008 20:40 GMT | 1 |
MySqlDataReader reader = null; MySqlCommand cmd = new MySqlCommand("Select from something", conn); reader = cmd.ExecuteReader(); How can I put: report.SetDataSource(ds);
|
| .NET Framework 2.0 SP1 causes application to fail on references | 14 Mar 2008 20:24 GMT | 4 |
I have a web application deployed in a Production environment, where it has happily been running for the past 2 years on the .NET 2.0 framework. However, the operations team recently installed the .NET 2.0 Framework SP 1 on the server, and immediately certain sections of
|
| viewing the contents of a POST request | 14 Mar 2008 20:00 GMT | 3 |
While this is not specific to asp.net, it does seem like the most appropriate form (that I could find) to ask the following: I'm trying to write a screen scraper that needs to submit a POST request, then scrape the response. I've tried to determine the contents of the POST
|
| Replacing Text without changing case?? | 14 Mar 2008 19:38 GMT | 6 |
RE: Replacing Text without changing case?? This code works great, but case has to be exact. Research.Text = Research.Text.Replace(textboxSearch.Text, "<b>" + textboxSearch.Text + "</b>")
|
| QueryString Not Accesible from the Server (Please Respond) | 14 Mar 2008 18:53 GMT | 8 |
I have HTML on my form that was constructed on the server. The "browser" is a PopUp that was previously fired from another page. This popup is a standard browser pop-up, nothing fancy or unique.
|
| ViewState and TextBox behavior | 14 Mar 2008 17:12 GMT | 8 |
I have read countless posts about how people are expecting a textbox to clear after postbacks, and they do not, and the developer is confused. And the responses always say "well, this is the way it was designed to work", and leave it at that. What I NEVER see is how to
|
| How to select row in Repeater when user clicks in any cell? | 14 Mar 2008 16:32 GMT | 1 |
I've got a repeater control, that has a checkbox in the first column, and then a couple of columns with data after that. What i want to achieve, is that the checkbox in the first column gets selected if the user clicks in any cell in that row, WITHOUT a postback! Just
|
| Problems automating inVBA | 14 Mar 2008 13:03 GMT | 4 |
I'm attempting to automate input to an ASP/AJAX web-page using VBA, however, I've encountered a couple of problems: 1) when selecting from dropdown A manuallly, dropdown B is populated with a series of options depending on the option selected in drropdown A. While I
|
| Global.asax not checking the GAC | 14 Mar 2008 10:49 GMT | 2 |
I have some code in the global.asax which needs to use a dll in the GAC. I've included the page directive <%@ Assembly Name="myDll" %> in the global.asax but I get the following error: "Could not load file or assembly 'myDll' or one of its dependencies. The
|
| Ajax invoke WebMethod with *out* Params | 14 Mar 2008 08:34 GMT | 4 |
[WebMethod] public void Test(string Str) for the WebMethod above, I am able to invoke using Ajax by: WebService.asmx/Test?Str='something'
|
| Passwordrecovery control && requiredFieldValidator | 14 Mar 2008 08:03 GMT | 1 |
asp.net 3.5 I have this asp.net markup. it displays a PasswordRecovery control on a webpage. In the markup I've set UserName as a reguired field. The problem is that when I don't enter something in the UserName field and click Submit,
|
| Is using UserId guid outside of aspnetdb acceptable? | 14 Mar 2008 04:59 GMT | 1 |
I'd like to take a full advantage of built-in membership services and use aspnetdb's UserId in my app's database. For example, I'd like to establish some relationships between membership users from aspnetdb and rows in tables in my database. My app would be responsible for ...
|
| q; Search engine; Dynamic pages | 14 Mar 2008 01:09 GMT | 1 |
Search engine; Dynamic pages I was reading a few articles that search engines do not support dynamic pages, is there any reference that talks about how we can overcome this issue?
|
| IE WebControls does not render proper XML and TSNS code | 13 Mar 2008 22:07 GMT | 2 |
I have a Web Application that uses IE Web Controls for main navigation. However, the application fails to run on some servers because of IE Web Controls are not truely rendered. When I analysed the problem, I have seen that, failing servers somehow
|