| Thread | Last Post | Replies |
|
| Get GridView row index | 28 Feb 2010 17:01 GMT | 9 |
I have the code below that runs when a textbox in an ItemTemplate changes. My problem is that it always updates the 1st row. How can I change the value in DataKeys to reflect the index of the row I am on? p.s. I am using AutoPostback and UpdatePanel. Thanks.
|
| Microsoft newsgroup for Visual Studio 2008 test tools? | 28 Feb 2010 12:36 GMT | 1 |
Is there a newsgroup for Visual Studio 2008 Test tools?
|
| HttpContext.Current.User returns old user id | 28 Feb 2010 10:51 GMT | 1 |
In my web app I get the logged in user's id using HttpContext.Current.User. I can then compare this to ActiveDirectory to authenticate, and off we go. However, recently a woman at my company got married, and wanted to
|
| Stored procedure wont insert Fields, RadioButtonLists and CheckBox | 28 Feb 2010 10:30 GMT | 1 |
Hello Community I have a CheckBox and a RadioButtonList and fields on an aspx web page form. I pass the fields on the form to a method that creates the parameters and executes a stored procedure and the stored procedure is supposed to insert
|
| Web.Extensions 3.5 conflicts with 1.0.61025 | 26 Feb 2010 23:34 GMT | 3 |
I have a Webapp which was developed for framework v2.0/lower, it references System.Web.Extentions 1.0.61025.0 I installed .net 3.5 on that box and the working webapp starts failing with the below error:
|
| GridView loop in js | 26 Feb 2010 07:39 GMT | 1 |
I would like to loop through all of the controls in a GridView inside form1 and grab the values (innerHTML) of TextBox controls that contain "txtWeek" as part of the ID name. I need to do it at the client so I was thinking of Javascript using getElementById but that requires an ...
|
| Covert javascripts to use in code behind form | 25 Feb 2010 18:58 GMT | 2 |
How to convert a javascripts below to use in code behind form? <script type="text/javascript"> document.getElementById('Ok').disabled = true; setTimeout(function(){
|
| How to share the connection string? | 25 Feb 2010 17:56 GMT | 4 |
I have one solution containing two c# projects: one project builds a DLL that is used by the main project (the other project). In the web.config of the main project I added (in the appSettings section) the connectionString parameter, that I read to load my connection string (to ...
|
| Accessing Datareader Columns using column names | 25 Feb 2010 16:41 GMT | 3 |
I recently wrote some code and used column names to access values in the datareader, like .... string _firstName = myDr["FirstName"].ToString(); My supervisor instructed me to use index instead, like...
|
| What is the fastest sustainable web service response time? | 25 Feb 2010 10:32 GMT | 15 |
Is it possible for a very fast web service to consistently provide an average 500 millisecond response time? Is the internet itself too slow making this goal completely infeasible using current technology?
|
| questions | 24 Feb 2010 23:35 GMT | 6 |
I have a couple of questions Can i store web.config as aaa.config as still run it as a web.config? What should i do to run aaa.config as a web.config Can i store global.asax as aaa.asax as still run it as a global.asax ?
|
| Access is denied | 24 Feb 2010 21:52 GMT | 1 |
I got an "Access is denied" problem. I pulled in a web app from Source Safe. Rebuild the solution. Got error: “Could not load file or assembly ProjectA. … Access is denied”. ProjectA is a project, whose build is ok.
|
| FileUpload control - page refresh on submit | 24 Feb 2010 21:20 GMT | 1 |
After choosing a file, when the user finally submits it, the page refreshs after upload. I have a control that lets users upload an image. It works fine, but the page refreshs after the upload completes. I'd like the page not to refresh so I can then just put the image into a ...
|
| Impersonation with SQL Server SSPI | 24 Feb 2010 19:43 GMT | 3 |
I'm running an application with the following configuration and I get a "Login Failed for user 'NT Authority\Anonymous Logon'" error when I try to open a connection to SQL Server. Also, the error only appears when I use the domain account I use during development. A separate ...
|
| Extra protection for ASPX pages | 24 Feb 2010 19:21 GMT | 5 |
When hackers infiltrate a web server they will ussually try to add XSS script code to the admin ASPX pages to try to take over the administrator's machine. I was thinking: why doesn't Microsoft add a hash of the ASPX code to the assembly of the web application to prevent ...
|