| Thread | Last Post | Replies |
|
| Connection Pooling Error | 04 Apr 2008 13:58 GMT | 1 |
I am using the following Connction string in web.config in asp.net application <add key="ConnectionInfo" value="Data Source=MyServer; Min Pool Size=5;Max Pool Size=100; Connect Timeout=120; Initial Catalog=TestDB;User
|
| Forcing browser to reload the "same page" with "mapped URL" | 04 Apr 2008 13:57 GMT | 6 |
I have a website that uses querystrings on a certain page to show multiple contents. I have created mapped pages to hide the gory details of these querystrings. So instead of details.aspx?ID=kldjlkdjldsjlkds&cat=jjfjfj
|
| LINQDataSource / FormView - automatically updating child records | 04 Apr 2008 12:27 GMT | - |
I have a CheckBoxList control on a FormView. Each item in the CheckBoxList control is a child record of the parent displayed in the formview. I am trying to update the child records of the parent in the LINQDataSource
|
| why DefaultCredentials are empty? | 04 Apr 2008 12:01 GMT | - |
Why CredentialCache.DefaultCredentials are allways empty in my Asp.Net 2.0 application even if I set <identity impersonate="true" userName="domainUser" password="password"/> in web.config?
|
| Sending SessionID | 04 Apr 2008 09:55 GMT | 3 |
Up to now I call webmethods from clientside with he "EnableSession = true" switch on. What I want to do is call the webmethod without "EnableSession = true" but instead
|
| Control ActiveX in ASP.NET 2.0 | 04 Apr 2008 09:29 GMT | - |
I must embed a windows application user control in an ASP.NET page. (I think this is like a control ActiveX). For do this, I create a class library project with COM communication allowed, and create my UserControl.
|
| Comparing Images | 04 Apr 2008 08:00 GMT | 3 |
Just wondering if anyone knew of a way to compare images and getting a nearest matching image out of a collection of images of diffrent sizes, colors, etc. Ideally want to compare the general shape of the main features in the image, would be nice if it also compared the
|
| To perform scrolling on an Asp.net page | 04 Apr 2008 07:56 GMT | 2 |
I have an asp.net page, i want to set the cursor at a particular postion on the click of abutton in an Asp.ne tpage. Can anyone help me in this matter
|
| js file not loading in Firefox, Netscape | 04 Apr 2008 05:10 GMT | 1 |
I have the following line in the head section: <head> <script language="javascript" type="text/javascript" src="myscript.js"></script>
|
| How to populate a field in gridview with data FROM ANOTHER TABLE? | 04 Apr 2008 04:25 GMT | - |
All- Please advise as to what's the best way to display data in a column in a grid view (and I'm using a dataset) in a table (say TABLE2) which: - is non-zero only if a boolian field in the same row is true, and
|
| Get img from cell in Firefox | 04 Apr 2008 03:49 GMT | 6 |
I'm trying to change the src of imgs in 5 different cells so I iterate through the cells in the table and do this: var img = table.rows[0].cells[n].firstChild; img.src = some url
|
| navigation question using TabContainer-ajax control | 04 Apr 2008 00:59 GMT | - |
Hi I have an ajax control with 5 tabPanels. The first 4 panels all have a .net web control button. Just wondering what code I would need to have the event for all of the 4 buttons that when selected would cause the page to reload and display the 5th final tabpanel of the ...
|
| Q: dynamically created databound controls persist but static controls don't | 04 Apr 2008 00:49 GMT | - |
I am running into a case where I am databinding a control (dropdown, checkboxlist, etc) to a datatable, caching the datatable in session, and on postback rebind the control.
|
| AppDomain and Security | 04 Apr 2008 00:37 GMT | 1 |
I'm creating a web application that accesses a database. I'm thinking of restricting the rights of the default appdomain and allowing database access only from a separate appdomain. Will that configuration actually increase the security of my application or am I
|
| How to modify an existing schema for a strongly typed dataset | 03 Apr 2008 22:14 GMT | 2 |
all, I need to do what seemes a simple task, but i am stuck. I have a column in my database i need to change from 7 chars to 10 chars. I have a number of strongly typed datasets in my system that use this
|