| Thread | Last Post | Replies |
|
| Save config data in Medium Trust | 28 Aug 2007 06:47 GMT | 8 |
I have configuration data for a web application stored in a file galleryserverpro.config located in a config folder off the root application. Web.config references this file like this: <galleryServerPro configSource="config\galleryserverpro.config"/>
|
| Any tricks to protect data in GridView from being copied? | 28 Aug 2007 06:28 GMT | 9 |
Hi, everyone here. I need to protect my data in GridView from being copied, do you guys have any good methods? Thanks in advance.
|
| ASP.NET binding to DataReader | 28 Aug 2007 05:08 GMT | 8 |
I have a large collection of DAL code that returns lists of entities (List<entity>) for general binding operations usually to a GridView via an ObjectDataSource. I think about binding directly to a SqlDataReader but how do I insure that
|
| Question about forum engine code | 28 Aug 2007 03:36 GMT | 1 |
I have signed up to a dotnet hosting account and I have a dotnet app called CommunityServer, which allows me to setup my own news forums. The path of one of my forums (the third one) is http://.../communityserver/forums/3/ShowForum.aspx
|
| Web Service/Page Methods , ASPX page and GridView | 28 Aug 2007 03:31 GMT | 1 |
We have a Grid View in a page that displays nicely formatted data (a Status Report). In another application we are sending out Alert emails {windows app}. Now I want to attach the content of the Grid View Control (HTML) to
|
| Getting SQL error on sp but still runs | 27 Aug 2007 22:13 GMT | 2 |
I have an aspx page with an editible GridView. When I click the Update button the stored procedure runs (I know because the underlying data was changed) but throws an exception as follows: Source: .Net SqlClient Data Provider
|
| Selected a Form text box on load | 27 Aug 2007 20:06 GMT | 6 |
I have been doing some research on the internet to find the answer but no joy. I have a <form> in my site with a textbox and button which, when submitted, send the query to Google.
|
| Scripting using button | 27 Aug 2007 19:28 GMT | 2 |
I found a nice piece of code that helps me select a value from a datagrid (second page) and pass the value to the calling page (first page)... but If I need multiple values then the script fails, I am not good at scripting, can someone please help me
|
| Stupid question - binding an <asp:label> --> stored procedure returning a scalar? | 27 Aug 2007 19:15 GMT | 3 |
I have the following stored procedure: ALTER PROCEDURE [dbo].[spGetQuickNoteCount] AS BEGIN
|
| C# casting question | 27 Aug 2007 19:12 GMT | 2 |
I know this one is basic (and Thanks) i have a function that calls a storedprocedure and i'm using the return code for validation See Below public Boolean fn_isVaildUser(string userid, string password)
|
| asp.net master page question | 27 Aug 2007 19:01 GMT | 3 |
For those of you whose first language is English, could you please explain to me what this means? "Content controls have to be top-level controls in a content page or a nested master page that references a master page"
|
| Including content in a View in MultiView | 27 Aug 2007 18:57 GMT | 1 |
When I include a MultiView control in my application, I receive the following error: MultiView cannot have children of type 'Label'. It can only have children of type View.
|
| beginner question | 27 Aug 2007 17:01 GMT | 2 |
please look at below: default.aspx ========= <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs"
|
| accessing table cell programmatically | 27 Aug 2007 16:25 GMT | 7 |
I want to inject a piece of JavaScript inside a table cell. How can I do this? The table is statically created on master page. Regards
|
| elements not loaded before RegisterStartupScript | 27 Aug 2007 15:59 GMT | 3 |
In the page load event of my user control I create and register a startup script with RegisterStartupScript. I am passing two controls (using the ClientID property of the controls) into a function in the startup script and I get
|