| Thread | Last Post | Replies |
|
| deleting from a gridview with check boxes | 23 Oct 2007 17:03 GMT | 1 |
I have a button on the other page that right now deletes from one table How do I set up this part of the code to delete from another table called resources or a stored procedure I have called DeleteResource?
|
| Choosing an approach ... | 23 Oct 2007 16:28 GMT | 1 |
I would like som input on what approach to choose for the scenario I have ... Im making a simple asp-app to list the Top 50 something and also allow visitors to vote on items and add new suggestions. The top-list should be divided into parts of 10 items each where the first 10 are ...
|
| attach page to email | 23 Oct 2007 16:28 GMT | 5 |
I created a page that generates an order confirmation pdf and returns it to the browser. My client now requested that I attach said pdf to the order confirmation email. I tried to use HttpWebRequest.GetResponse.GetResponseStream(); but the page is protected,
|
| Help With Regular Expression | 23 Oct 2007 15:05 GMT | 2 |
Hello guys, I'm trying to learn about regular expressions. I need to be able to use an RE that can evaluate for STRINGS (or specific sequences of characters), not just occurances of characters. Everything I have read thus far involves checking only for the
|
| using datasets vs. datareaders | 23 Oct 2007 14:27 GMT | 2 |
I am using a datareader to cycle through a list of records one at a time. I frequently get connection timeouts and am wondering what I am doing wrong. In more detail, I retrieve an excel spreadsheet provided by the user into a datatable (dtExcel), then go through each record to ...
|
| NEWBIE: Rolling message | 23 Oct 2007 14:27 GMT | 1 |
October 23, 2007 04:00pm Hi all I want to have a vertical rolling message on my web page like "News"
|
| XmlDataSource and viewing data | 23 Oct 2007 14:10 GMT | 2 |
I have an xml that looks like this: <miniblog xmlns:s="miniblog.xsd"> <Blog> <Date>2007-10-10T12:00:00</Date>
|
| ASP.NET page runs differently in certain Browser (IE / Firefox (mozilla) ) | 23 Oct 2007 14:09 GMT | 2 |
I have a problem with the program in ASP.NET. I have a web page that let users change their passwords with a regularexpressionvalidator that validates against the new password (8 characters or more) as below. The page works fine with IE browser. When a user enter a new ...
|
| call a public method in aspx.cs file from another web page | 23 Oct 2007 14:07 GMT | 1 |
I have an web page (page1.aspx) that has a method in the code behind that I want to call from another page. Is this possible to do? The method resides in the page1.aspx.cs file, its a public method, is there a way I can call that method from another web page? Page2.aspx.cs needs to ...
|
| NEWBIE: passing error to javascript alert | 23 Oct 2007 13:50 GMT | 8 |
is there a way call a javascript function directly from within asp page? Example, here is page load event in C# protected void Page_Load(object sender, EventArgs e){
|
| How dynamically add WHERE clause to sqldatasource | 23 Oct 2007 13:28 GMT | 2 |
I have a gridview that is filtered by a databound dropdownlist. I've set AppendDataBound to True and added the item "ALL" in the dropdownlist. My gridview is supposed to be filtered by this dropdownlist. When it's "ALL" I want to include everything. When it's something else I
|
| Using an updatepanel inside repeater item | 23 Oct 2007 10:50 GMT | 2 |
I have a peculiar problem in that I want to have an Ajax.Net update panel, inside each item in a repeater. Like so: <repeater>
|
| Parameterized SQL with IN Clause | 23 Oct 2007 09:48 GMT | 15 |
I am working on a web site using SQL Server 2005 and ASP.NET using VB.NET. I am running the following SQL: Dim oReader As SqlDataReader
|
| Question about source control | 23 Oct 2007 09:05 GMT | 3 |
We are developing ASP.NET web application and using Visual source safe (VSS) to control our source code We developed a user control and it will been used by different project. I know there have a function like sharing in VSS, which means you can link
|
| ajax book? | 23 Oct 2007 07:44 GMT | 2 |
does anyone know of any good books on ajax and asp.net, one that teaches ajax itself before jumping in atlas? I wanted to get an understanding of ajax and how to use it, most books i've seen on .net and ajax seem to jump into atlas right away, does anyone know of any
|