| Thread | Last Post | Replies |
|
| Referrals | 23 Sep 2007 16:45 GMT | 3 |
I have a website with some client banners, the problem is that they are not gerring the referral information when someone clics on any of the banners, they use different statistics services and none log those visits as referred from my website.
|
| Drop down list on each GridView row | 23 Sep 2007 10:56 GMT | 2 |
Hi. I have a read only GridView. For each row I want to display a drop down list which contains a list of actions the user can select from for that particular row. E.g. "view details". When they select an action in the drop down list I want to do a post back. How will I know ...
|
| ASP.NET Community Website implementation | 23 Sep 2007 07:45 GMT | 1 |
I hope that this isn't received as spam, but I would like to announce my new ASP.NET-based community website to the .NET community. The product is designed to handle complex user profiles, journals, essays along with full-featured user-creatable secure online communities,
|
| NNTP Login | 23 Sep 2007 01:27 GMT | 3 |
I am working on an NNTP Client via windows forms and am actually try to login into this group to no avail. I am sending AUTHINFO USER username <where username=myemail address AUTHINFO PASS password <where password=my groups.google password
|
| Can SetFocus(control)...set a control to the center of the page... | 22 Sep 2007 21:31 GMT | 4 |
I have SetFocus(GridView1) set to the gridview. However, it just goes to the left edge of the control instead of making it visible in the center of the aspx page. Any help is appreciated.
|
| Login failed for user 'NT AUTHORITY\NETWORK SERVICE' | 22 Sep 2007 21:14 GMT | 2 |
I've been given the task at work to create a page for the internet. Great, I've never done that before! So I start building. Looks good...flows good...works great internally on the domain, so I put it out for testing. Our production envirnment for this page is totally
|
| Display two items in one row in GridView? | 22 Sep 2007 20:58 GMT | 1 |
Is it possible to display two items in one row in GridView? For example, a table returns 10 products. Name Price p1 1
|
| What is wrong here? | 22 Sep 2007 19:18 GMT | 10 |
I get an error that the input string is not in the right format. Here is the result: Here is the partial code: Dim sqlConn As New SqlConnection(SqlDataSource1.ConnectionString)
|
| Callback help | 22 Sep 2007 15:57 GMT | 2 |
I'm really struggling to find how to do this with easy to follow VB.NET samples. I have built a website with about 4 - 5 content pages using 1 master page. http://www.openarch.co.uk/default.aspx
|
| Console.Writeline | 22 Sep 2007 15:30 GMT | 4 |
Where can I see the output of console.writeline(MyVar) in VS 2005? And do I need to debug or just run it? Is there any other way to check the a variable value? Thanks,
|
| pre-canned web form templates | 22 Sep 2007 15:04 GMT | 1 |
Hi. There are plenty of sites on the internet offering pre-canned templates for web sites, but what about pre-canned templates for web forms? Can anyone point me in the direction of a site/sites that have web form templates for purchase or free?
|
| FormView > Edit | 22 Sep 2007 14:36 GMT | 1 |
I have a GridView where each row has an EDIT and a DELETE buttons. I also have a FormView with TextBoxes, DropDownLists, etc. When an EDIT button is pressed I make the MyFormView.Visible = True. My questions are:
|
| want to make a single column invisible in that html table | 22 Sep 2007 13:53 GMT | 6 |
I am adding records to htmltable using javascript coding. I want to make a single column invisible in that html table. Can anyone help me in this? My javascript code to add a new row in html table follows below:
|
| FormView Buttons | 22 Sep 2007 10:29 GMT | 1 |
I have a FormView for Insert and Updating records. I created the templates at runtime. My questions are: 1. Should I add 2 buttons?
|
| Redirections Question | 22 Sep 2007 09:03 GMT | 2 |
Ive just been converting a site which was written in frontpage to asp.net. Because it was a public site and had been googled etc, now we have done the conversion, there are a lot of page not found's reported. But we dont want hundreds of old htm pages knocking around.
|