| Thread | Last Post | Replies |
|
| Small Medium and Large Fonts | 31 Jan 2007 16:43 GMT | 1 |
If I use small medium and large, font in my css style sheets, where will it pick up the definition of those sizes ?
 Signature Goofy
|
| Get Culture Info from Language Name | 31 Jan 2007 16:38 GMT | 11 |
right now i'm going through System.Globalization Namespace. and i found very intersting class there called CultureInfo. i was trying to get cultureInfo on the basis of name but i didnt find the way to do it. for example, if i pass the language name
|
| WebControl.Attributes.Add and custom attributes | 31 Jan 2007 16:33 GMT | 2 |
I'm want to add some custom attributes to WebControls using WebControl.Attributes.Add("abc","234"); So the html output will look like this, <input type="hidden" abc="123" /> etc.
|
| DirectorySearcher works locally in VS2005 but not on webserver | 31 Jan 2007 16:17 GMT | 4 |
I have written a web app in ASP.NET that works fine in VS2005, but DirectorySearcher fails when I copy it to the web server. Here's some code: Dim sUser As String = Environment.UserName
|
| Runtime error when trying to connect to an Access DB | 31 Jan 2007 15:57 GMT | 2 |
This is my first time posting to a Usenet group, so please excuse any Netiquette errors I may have in my post. I have used ASP.NET before using C#, but never VB, so I'm trying to practice using VB. I have a very simple page that I would like to connect to an Access DB and
|
| Running a web App on PC using the Development Server? | 31 Jan 2007 15:46 GMT | 4 |
Is the Development Server part of the .net 2x runtime package or installed with one installs VS 2005? I wish to run a small web app on a machine, with the runtime installed, and need to know if I need to include the Development Server in the install. If the latter, what
|
| Paging-enabled GridView disappears at postback | 31 Jan 2007 15:40 GMT | 2 |
I've been googling for some time, and could not find the solution to this problem. I am testing the paging feature of gridview. I have a very simple web form on which the user can select a few fields to be included in the
|
| [ANN] VersyPDF Library Releases Its Version 2.2 | 31 Jan 2007 14:53 GMT | 1 |
VersyPDF Library Releases Its Version 2.2 New version of the library for creating PDF documents on the fly was released. Our company released new version of the VersyPDF Library.
|
| Change of state in reponse to the click event of a button. | 31 Jan 2007 14:49 GMT | 3 |
I have a button on my form that I am using to allow the user to validate the contents of a certain textbox. Depending on the results of the validation, I need to change the backcolour of the text box and make a call to the database, and
|
| Add contols at run time | 31 Jan 2007 14:11 GMT | 9 |
What is process for adding text box and button at run time.
|
| How to add ButtonColumn to GridView Programmatically | 31 Jan 2007 11:25 GMT | 2 |
C# and asp.net 2.0 I have a <asp:GridView> that I create dinamically. Now I need to add a ButtonColumn to the GridView. I have this code:
|
| M. A. thesis please help | 31 Jan 2007 11:10 GMT | 5 |
I want to write master degree thesis about ASP. NET, but I'm programming in .NET for just 4 months. I was thinking about something about "Integration informations system in ASP. NET (Web Services, SOA)", but my profesor rejected it. Now I'm thinking about AJAX.
|
| acceder al datasource en el evento _ItemDataBound con XML | 31 Jan 2007 10:59 GMT | 3 |
Buenas, Con un sqlsdatasource lo haría con un simple Dim drv As DataRowView = CType(e.Item.DataItem, DataRowView) algo=drv("campoenlaconsultasql")
|
| chat | 31 Jan 2007 10:13 GMT | 1 |
is there any body willing to chat using yahoo, windows live or google talk. so that we can clarify the doubts as and when required. regards,
|
| Publish Failed | 31 Jan 2007 08:50 GMT | 2 |
although my publish usually works for my asp.net 2.0 projects, sometimes it just says "Publish Failed". Is there anywhere I can look to see the reason? Perhaps a log?
|