| Thread | Last Post | Replies |
|
| sql Views | 29 Nov 2007 16:15 GMT | 2 |
I have a few Views in my sql 2005 database that I need to use in my .Net 2.0 C# application. I know how to call procedures but how do I call Views??? Thanks for helping
|
| Paging data results?? | 29 Nov 2007 15:29 GMT | 3 |
How do I create paging in an ASP.net/C# application that has HTML tables on it? Server side scripting calls C# functions that populate the HTML cells for those tables. Basically, the page is setup with one primary table that contains 3 tables
|
| How Can I retrieve Column/Schema Information From ObjectDataSource | 29 Nov 2007 15:20 GMT | 2 |
I'd like to retrieve and step through an ObjectDataSource's columns to be able to manually add BoundFields to a GridView control. I don't know how to do this other than to manually call the ObjectDataSource's Select() method. But this also retrieves all the data,
|
| "potentially dangerous Request.QueryString" error in ASP.Net app (VB.Net 2003) | 29 Nov 2007 15:02 GMT | 2 |
In one of our VB.Net 2003 apps, we're receiving the following error: A potentially dangerous Request.QueryString value was detected from the client (id="RKVW8oNcLoE="). At first glance I assumed the '=' was the problem, but when we use
|
| AutoCompleteExtender won't work when receiving list from DB | 29 Nov 2007 13:56 GMT | 1 |
When i type in a word the webservice doesn't retrieve anyhthing its just blank any ideas what 'm doing wrong? My Snippet code below. In my store proc i have like below :
|
| asp:dropdown call client side javascript on event? | 29 Nov 2007 10:11 GMT | 2 |
i have a asp:dropwdown list on my page, it's populated with data (via a dataset) on page_load. when a user selects a choice i want to call a javascript function, is this possible? to have a client side event called by a server control?
|
| javascript and asp.net | 29 Nov 2007 09:31 GMT | 3 |
Is there a way to use the same javascript code for 2 pages? For maintenance reasons, if I make a fix or a change I will need to remember do it for both pages. Is there any way to get around this? For example, I have one calculator but when I click a link on one page
|
| Script Manager | 29 Nov 2007 09:16 GMT | 1 |
I am including Javascript files in my page as follows: Page.ClientScript.RegisterClientScriptInclude("MyScript", "MyScript.js") Can I do this through the ScriptManager?
|
| Membership & Roles ApplicationName | 29 Nov 2007 09:11 GMT | 2 |
Asp.Net v2.0 I have created a web application and I am using it from a single website and database. The web application has different ‘portals’ – each independent and I am using the Membership & Roles ApplicationName to separate out my
|
| Strange behaviour in Production environnement | 29 Nov 2007 08:37 GMT | 5 |
Hello experts, I have the following peice of code in my Global.asax void Application_Error(object sender, EventArgs e) {
|
| Avoid execution of "Page_Load" of controls contained in MultiView Views | 29 Nov 2007 07:53 GMT | 4 |
the subject says it all. Since visible=false controls will still run though Page_Load, I was hoping that the MultiView would somehow manage to avoid a Page_Load of controls in its inactive Views. But of course it does not.
|
| In ASP.NET can I cache a <body>'s background image? | 29 Nov 2007 06:27 GMT | 4 |
Hi. I'm building an ASP.NET 2.0 web-app for a customer. The customer wants a background image that's 124k in size as the background for each page. I've recommended they use a smaller-size image, but the customer is absolutely adamant about using the image.
|
| Gridview access from Javascript | 29 Nov 2007 05:51 GMT | 7 |
I have a few questions regarding accessing a gridview control from Javascript which I would really appreciate some help with. 1. The gridview contains a column of checkboxes as a template field. I have onclick Javascript on the checkbox but can't figure out how to
|
| CredentialCache.DefaultCredentials | 29 Nov 2007 04:48 GMT | 3 |
I'm using the following code to get a response froma server which uses IIS6 and Integrated Security. I don't understand where the credentials are stored on the client, i.e. the Visual Studio web server. How do I clear them? What are DefaultCredentials? The username and password ...
|
| response object and ajax | 29 Nov 2007 03:39 GMT | 3 |
hey all, i have a response.write statement in my pageload and whenever i do an asyncpostback it errors out with: ---------------------------
|