| Thread | Last Post | Replies |
|
| not able to be subscribed to my dynamic rss | 20 Jul 2007 20:31 GMT | 7 |
we have some page that genreate rss 2.0 feed the url is like .../ rssfeed.aspx?id=123 the page displays properly in browsers, but when we try to add the page to a reader
|
| load ascx and set properties | 20 Jul 2007 19:26 GMT | 5 |
[using asp.net 2.0 framework] I'm using loadControl to load an ascx into a variable. This works ok but I'm having to load the control into an Object variable
|
| changing the style of a button inside a Login Control? | 20 Jul 2007 19:22 GMT | 1 |
Any way to change the style of a button inside a Login Control? Any way to assign a skin id to the control, that impacts a control (like button) inside the control? thanks for any help or information.
|
| DLL Information | 20 Jul 2007 17:24 GMT | 1 |
Alright after much researching, I've come to the conclusion that I need to post this here hoping to get a solid answer. I'm looking to create a DLL that is capable of being used on all platforms that I mentioned in my subject (1.1 framework, 2.0 framework, old ASP) I'm
|
| Move search to .exe | 20 Jul 2007 16:53 GMT | 3 |
I'm looking for a bit of advice. A project i'm currently working on uses a custom search facility. The client has recently asked for the functionality of the search engine to be extended, so people can use speech marks to enclose certain words and various other characters.
|
| Run external exe | 20 Jul 2007 16:36 GMT | 5 |
How I can run an external executable that must run in the server side from the client browser. This executable has some parameters. Sincerely,
|
| ASP.NET Listbox Client Side changes not reflected on page | 20 Jul 2007 16:32 GMT | 1 |
I am adding some values to the ASP.NET ListControl on the client side javascript and this is not reflecting on the server side. I thought the input and select fields should reflect the changes on
|
| .NET COm Interop in IE? | 20 Jul 2007 16:09 GMT | 1 |
Im trying to package two dll files to be used as a web control. Im using a C# class that is exposed through com interop that I created in Visual studio 2005 to add some business functionality. That depends on a third-party dll: MAPI33.dll http:/
|
| ClientScript.RegisterStartupScript problem | 20 Jul 2007 15:30 GMT | 1 |
My function to get an alert box on the page isn't working. Instead it puts in the bottom section of the page: <script type="text/javascript"> <!--
|
| DropDownList and DataSet. Where is my error? | 20 Jul 2007 14:59 GMT | 2 |
Hi People, I want populate one DropDownList with a DataSet. I've got one problem when I pass the data and text value. My code (propabily wrong) pass always the first value of my droplist.
|
| Are ASP.net contact forms subject to form spamming as much as PHP ones? | 20 Jul 2007 14:27 GMT | 14 |
We built out own CMS a few years ago. One of the features was a contact form. Nothing fancy, just a handful of form fields (name, address, etc) that when submitted, I grab and then send to a recipient via the SMTP server I specify. Works great.
|
| Explicit Localization Syntax - One Works, Other Does Not | 20 Jul 2007 14:18 GMT | 2 |
We have created two (2) global resource files in App_GlobalResouces: Global.resx Global.es-MX.resx In an ASP.NET page, we use two different syntaxes to set text on the page,
|
| doubt on Connections and Dataadapters | 20 Jul 2007 13:58 GMT | 2 |
Hi People, I have been coding in vb.net and c# for last six months, I am new to coding and we are using 3 tier architecture. In the DAL in each and every method I open the connection and close it in the finally block
|
| Problem wiht objectdatasource | 20 Jul 2007 13:16 GMT | 1 |
using object data source is efficient or not? that remains a question. also this has led to an argument between my superior and myself. i want to know would a connected datasource(example datareader ) be preferred over objectdatasource.
|
| How to set a gridviews columns wrap property to false programatica | 20 Jul 2007 12:34 GMT | 2 |
I have autogeneratecolumns set to yes but the columns I am bound to to are not in the collection (using c#). How would I access them to set their wrap property to false. Please help I am stumpped on this one...
|