| Thread | Last Post | Replies |
|
| Need help with dynamically loaded user control losing changes... usercontrol | 13 Mar 2008 21:46 GMT | 5 |
I have been struggling with this for weeks. Each time I thought I had it figured out, it has reared its ugly head again! :) Any help is SO appreciated since my project deadline is Friday!!!! ************What I am trying to do:
|
| MutuallyExclusiveCheckBoxExtender + CheckBoxList - AJAX | 13 Mar 2008 21:41 GMT | 1 |
This is the error message I got when I'm trying to extend a'CheckBoxList1' with 'MutuallyExclusiveCheckBoxExtender1' which I understand it is not possible. Extender control 'MutuallyExclusiveCheckBoxExtender1' cannot extend
|
| Linq and sql | 13 Mar 2008 21:25 GMT | 1 |
I have the following xml file : <?xml version="1.0" encoding="utf-8" ?> <root> <persons>
|
| catch{} butterfingers {} | 13 Mar 2008 19:16 GMT | 1 |
Hi all, I have a perplexing problem.... protected void ArticleFormView_ItemUpdating(object sender, FormViewUpdateEventArgs e) {
|
| pop up alert | 13 Mar 2008 18:57 GMT | 15 |
I have a aspx page where the user selects a image to upload to a sql database. In the code behind on the item_inserting event i am halting the insert event if the user has not selected an image file. Here's the select case code:
|
| Handle Double-click on <Input type="image"> | 13 Mar 2008 18:36 GMT | 3 |
I have an image "button" which causes a postback. I handle the "click" with If Request.Form("btnBU7WD6_Submit.X") > 0 Then... this works great. However, when a user double-clicks the image button the
|
| Execute SSIS Package from aspx page (2.0) | 13 Mar 2008 18:13 GMT | 7 |
how can I execute a SSIS Package from an aspx page in C#? I'm using .NET 2.0. Thanks a lot.
|
| 401 unauthorized message | 13 Mar 2008 18:03 GMT | 3 |
I've got a web service that had been functioning up until I moved it to a new server a while back. It basically is a screen scrape that grabs off html off a UPS or Fedex web page.
|
| Problem with html page (Firefox only) | 13 Mar 2008 18:01 GMT | 3 |
I usually program in .NET, but for this site I'm using normal HTML. Here's a temporary link: http://www.growtechinc.com/test/savage/projects.html In IE the page shows up fine. In Firefox the background of the main content
|
| No resources were found in the manifest. | 13 Mar 2008 17:21 GMT | 1 |
I'm working on an asp site and i am getting the following error:# "No resources were found in the manifest. Did you mark your content to be compiled as resource?" "PresntLocations=" then a list of all my XML files
|
| Need help with C# code | 13 Mar 2008 16:30 GMT | 5 |
Hi, I have a form which contains a table(Table1), within that table I have label with an ID set to "1A". Using something like: if(Table1.FindControl("1B") != null)
|
| image url problems with subfolders | 13 Mar 2008 15:57 GMT | 5 |
I had the following on a page: <asp:Image runat="server" ID="imgGradLarge" ImageUrl='<%# "ClassmatePics/" & Eval("GradPhotoFileName") %>'></asp:Image> The folder "ClassmatePics" was off my site's root. This was working fine.
|
| delete from repater / ajax / asp.net 3.5 | 13 Mar 2008 15:42 GMT | 1 |
Im using in asp.net 3.5 and ajax. So, I want to do something like this: I have repeater [in update panel] with some data and button witch deletes selected record.
|
| q: How to get search engines crawl data | 13 Mar 2008 15:00 GMT | 7 |
How to get search engines crawl data I have a web application that uses user controls and pulls data directly from database and shows it to users in the internet. So there is not html that has the data, if I need to get Google or other search engines to crawl
|
| DataPager | 13 Mar 2008 14:52 GMT | 1 |
I am creating a DataPager TemplatePagerField at runtime and trying to replicate the following paging: http://www.frequency-decoder.com/demo/table-sort-revisited/paginate/ At the moment this is not working very well. A postback is made every
|