| Thread | Last Post | Replies |
|
| Getting the DataKey Value in a GridView | 19 May 2008 14:06 GMT | 3 |
I have a gridview that has a label field and a checkbox field in it. I have the checkbox set to autopost when changed. How can I get the datakey value that is assigned to that row when a checkbox is either checked or unchecked?
|
| silverlight | 19 May 2008 11:09 GMT | 2 |
As a newish user of asp.net on a hosted website I was looking at experimenting with Silverlight I have watched the begginers videos on http://silverlight.net/Learn/ and am ready to get started using Espression Blend 2.5
|
| MS word PDF conversion component | 19 May 2008 09:28 GMT | 6 |
Does anyone know that there is PDF conversion component from MS word for ASP.NET? I know that there are a number of commecial PDF conversion programs but I just wonder if there are free components out there?
|
| Overly country sales figures on world map | 19 May 2008 09:22 GMT | 1 |
Does anyone know of a ASP.net 3.5 component that will allow me to create a webpage with: 1) A world map on it 2) Overly sales figures for each country
|
| how can I make disable the back button of browser | 19 May 2008 09:03 GMT | 5 |
Dear Programmers, when I click on logout button I redirect my page to login page again, session variables to null, but when I click on back button previous page is appeared.
|
| How to print .PDF files in the background using C# | 19 May 2008 09:03 GMT | 10 |
I have a directory full of a number of .PDF files that I need to print. Is there any simple way to do this? Using PdfReader purhaps?
|
| DotNet Interview questions- Prepare for Interviews here | 19 May 2008 08:33 GMT | 2 |
Find the collection of best .NET interview/exam questions asked in various MNCs. Also useful for MCTS, MCAD, MCSD and other Microsoft certification courses http://dotnet-interviews.blogspot.com
|
| FormView | 19 May 2008 07:58 GMT | 2 |
I am using VS2005 .net ver2.0 I've created a FormView but all of the data columns are defaulted as textboxs. How can change them to other controls (e.g. checkbox, dropdownlist, etc)?
|
| connection between database & website located at different places | 19 May 2008 05:32 GMT | 8 |
I am creating a website. where the data to be stored in my server. I had my webspace from some service provider. How can i connect the website and thee database. --> website is deployed at webspace given by the provider.
|
| Looking for Live Search capability in Gridview or ListView 3.5 ? | 19 May 2008 02:44 GMT | 1 |
I am using VS 2008, and I am looking for some code which puts live search capability to GridView or ListView 3.5. Just like Yahoo search engine text box, you start typing anything in textbox and it starts showing matching keywords, I want samething in GridView or ListView ? Any ...
|
| sharing master page question | 19 May 2008 01:56 GMT | 8 |
I have 1 master page in the root of my website that I would like to share with all pages, even those in my /admin and /client directories. But when pages in the subdir's are viewed the img, css, etc... references are incorrect because they are "root based". Any suggestion as to ...
|
| Problem manipulating asp.net membership programmatically | 18 May 2008 23:31 GMT | 3 |
I am trying to manipulation asp.net membership programmatically from a winform app. I have added the connectionstring and membership & role setting fragment to my app's app.config file as per this article; http://blogs.msdn ...
|
| write response while processing | 18 May 2008 21:23 GMT | 1 |
I have a method that will run through a lot of data and write it out. I am simply writing the data out as response.write(). The problem I am having is that the the response does not show up until ALL the processing in the method is performed before writing it
|
| Unable to get list of roles | 18 May 2008 20:26 GMT | 1 |
When I try to get a list of roles using RolesArray = Roles.GetAllRoles() the array returned is Nothing. However if I assign a user to a role as below Roles.AddUserToRole(User.UserName, "Feedback")
|
| Adding users/roles programmatically to membership | 18 May 2008 18:46 GMT | 1 |
How can I programmatically add users and assign them to roles in asp.net membership? Thanks Regards
|