| Thread | Last Post | Replies |
|
| Image control | 20 Jun 2006 10:22 GMT | 2 |
i'm writing a pice of code to fill the image control (in asp.net page) with a image uploaded on the server. The way I used is this: protected void cmdUpload_Click(object sender, EventArgs e)
|
| asp.net C# tutorials | 20 Jun 2006 09:57 GMT | 14 |
I am a reasonably experienced programmer who has programmed extensively in C & C++. I know a little bit of C#. I am looking for some tutorials/resources from which I can learn how to write ASP.net websites in C# - does anyone
|
| Remove clientscript block from page (ASP.NET 1.1) | 20 Jun 2006 09:56 GMT | 2 |
I have a requirement to open a popup window in button click event(after server processing). The way i use is i call Page.RegisterClientScriptBlock to register script for opening popup in the button click event and it works fine. The only problem is when user refreshes the page, ...
|
| Pie chart: ASP.net 2.0, SQL Server 2000, Excel 2000 | 20 Jun 2006 09:35 GMT | 3 |
What's the best cheapest way to get pie charts on the web with my setup? Thanks!!
|
| Extending ASP.net pages using Partial Classes | 20 Jun 2006 09:04 GMT | 9 |
I'd like to extend some of my Asp.net pages by using Partial Classes. Example ASP.Net Page: public partial class Admin_Customer : System.Web.UI.Page {
|
| XmlSerializers, Structs, and Default Constructors | 20 Jun 2006 08:41 GMT | 2 |
Hi, this is just out of curiosity really. I had a struct, requirements changed and I needed to inherit from it, so I made it into a class. After the change, XmlSerializer choked because XmlSerializable classes require a default constructor. Why don't structs?
|
| sql | 20 Jun 2006 08:26 GMT | 1 |
SELECT COUNT(*) FROM tbl1 WHERE @x = @y where @x is the field name but it do not work!
|
| breaking information out of a string | 20 Jun 2006 07:08 GMT | 2 |
I want to make custom tags that will go into a string like the following "Follow this link [link url="me.aspx"]Link Title Text[/link]" this is an example of course... but how would you go about creating a custom tag system like this? I want to be able to take that and convert it ...
|
| How to dynamically change master page? | 20 Jun 2006 06:55 GMT | 9 |
How can I dynamically change the MasterPager of a web page?
|
| How to determinate if a GridView is empty | 20 Jun 2006 06:15 GMT | 4 |
How to determinate if a Gridview is empty?
|
| How to use SqlDataSource in code | 20 Jun 2006 06:14 GMT | 1 |
Can I use the SqlDataSource in code? First I used it to return some rows and that worked. Then I added the arguements so that I could do paging, but it threw and exception that I didn't set the SqlDataSourceMode. I did set it to dataset, but I still get the same exception.
|
| profile provider and saving page level preferences | 20 Jun 2006 06:13 GMT | 1 |
so, profile provider is a way to save application preferenes for each user. the profile can be replaced to provide a different persistance layer, and/or schema, but what about tweaking it to work in page level, to save preferences for all controls on each page for example.
|
| Access HTML control in Javascript | 20 Jun 2006 04:48 GMT | 4 |
I have a ASP page which applied default master page style. I added a html text control in the ContentPlaceHolder and try to access it in javascript. I always got a null value of document.form2.DataType.value.
|
| Gridview - Paging - Linkbutton - Problem | 20 Jun 2006 04:46 GMT | 4 |
I am binding a GridView control using object data source. I have included a linkbutton with in the gridview and using its commandname property , I am passing few values( id and name fields). I have set the AllowPaging property to true and Pagesize property to 5.
|
| Not Buid errors when build, yes build erros when deploy, why? | 20 Jun 2006 03:26 GMT | 2 |
I get no build errors when I select build option. However, I get errors when try to deploy the website, Why this occurs? Thanks,
|