Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / February 2010

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Get GridView row index28 Feb 2010 17:01 GMT9
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 GMT1
Is there a newsgroup for Visual Studio 2008 Test tools?
HttpContext.Current.User returns old user id28 Feb 2010 10:51 GMT1
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 CheckBox28 Feb 2010 10:30 GMT1
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.6102526 Feb 2010 23:34 GMT3
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 js26 Feb 2010 07:39 GMT1
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 form25 Feb 2010 18:58 GMT2
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 GMT4
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 names25 Feb 2010 16:41 GMT3
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 GMT15
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?
questions24 Feb 2010 23:35 GMT6
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 denied24 Feb 2010 21:52 GMT1
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 submit24 Feb 2010 21:20 GMT1
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 SSPI24 Feb 2010 19:43 GMT3
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 pages24 Feb 2010 19:21 GMT5
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 ...
Pages: 1 2 3 4 5 6 7 8 9 10 January, 2010
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.