| Thread | Last Post | Replies |
|
| send mass mail and have bounces to go back to different address | 15 Apr 2006 04:16 GMT | 2 |
i have a very specific question regarding emails sending and googling doesn't help me is a way exists to send email using .NET framework (System.Web.Mail or something else)
|
| text searching a dynamic ASP.NET site? | 15 Apr 2006 03:34 GMT | 3 |
I want to implement a text search on my website that will look through all the pages and be able to search them for text someone says, kinda like google does with the internet, but internally only on the intranet site... how would i go about doing something like this in ASP.NET?
|
| Grid view formatting | 15 Apr 2006 03:16 GMT | 2 |
I have applied auto format to a gridview. Now I would like to change the font size without effecting the rest of the auto formatting. I have tried setting the font size in grid view properties and individual column properties but it does not take any effect. How and where can I ...
|
| WebUserControls in a IFrame (RenderAsIFrameAttribute) | 15 Apr 2006 00:47 GMT | 1 |
For all you developers out there... I've created an attribute named: RenderAsIFrame. Its real cool and works perfectly. It enables the developer to change the render
|
| Adding unbound checkbox to grid | 15 Apr 2006 00:15 GMT | 1 |
I am trying to add an unbound tick box to a bound grid using Edit Columns option. Problem is that when I select CheckBoxField, the Add button gets disabled. What is the problem and how can I add the unbound checkbox? Thanks
|
| 2 webservers, both asp.net 2, an aspx post to 2nd ws. | 15 Apr 2006 00:14 GMT | 3 |
I want to use an aspx to post data to a 2nd webserver but i don't know how. Both aspx, both asp.net v2 ?
|
| Translating ID bound to label in detailsView to NAME basing on different datasource. | 14 Apr 2006 23:13 GMT | 2 |
First of all excuse me posting such simple (I guess) question, but I didn't find the answer in tutorials. I have a formView presenting records from some table. one of the fields is a Category ID, which is a foreign key. in edit template I replace it
|
| DataGrid Delete Problem | 14 Apr 2006 22:34 GMT | 1 |
I hope someone can help with this relatively simple problem. I am building a timesheet application using ASP.NET C# with Visual Studio 2003.As it is only a protoype application, my database has been made in MSDE.
|
| auto-discover RSS feed | 14 Apr 2006 21:40 GMT | 2 |
Apparently all that is necessary for an RSS feed reader to auto-discover an RSS feed associated with a page received and rendered by the browser is to include the following on the page : <head runat="server">
|
| Is this AJAX? (Sort of "Off Topic") | 14 Apr 2006 21:19 GMT | 3 |
I have some javascript in a standard HTML page that uses the ubiquitous "XMLHttpRequest" to send data to a remote ASP page. If that page "answers back" by sending a string using a simple Response.Write, which I then use in the original HTML page to
|
| Web App Question | 14 Apr 2006 20:07 GMT | 1 |
I am doing some research on web hosting (dedicated servers) for a multi-tier web app. I was interested in what web hosting companies other users are using? I have looked into hostmysite.com and aplus.net. Thanks
|
| image missing in forms authentication | 14 Apr 2006 19:25 GMT | 1 |
The image (gif) comes up as a red cross until the user is authenticated in a forms authentication application. Is there a way around this? <authentication mode ="Forms">
|
| how do yoiu ASP.NET from changing the id attribute???? | 14 Apr 2006 19:13 GMT | 3 |
This is the dumbest thing I've seen in ASP.NET. I'm trying to submit information from one page to another external (it's a Moneris pay page), using post method of a form that has a Master page. However, ASP.NET renames all of my hidden fields so that they cannot be
|
| Search engine software to integrate into ASP.NET site | 14 Apr 2006 19:09 GMT | 2 |
Can anyone recommend a good, reasonably priced software package for creating search functionality on an ASP.NET site? The site has about 1000 pages and the software package I seek would need to include a spider to traverse the site and collect the data to place into the index. ...
|
| ObjectDataSource Parameter Passing | 14 Apr 2006 19:01 GMT | 3 |
What is the best way to pass a parameter to an ObjectDataSource. I am able to add a new parameter to the SelectParameters, but I would like to just assign a value to an existing parmeter at runtime. Currently I am just adding the parameter at runtime and setting the value:
|