Re: Checkbox = null, Specified cast is not valid.

Hi rkbnair, As for the problem here, it seems the "Bind(..)" expression is the cause. "Bind" is a bi-direction databinding keyword and which only support the following usage...

0 replies

Re: Static variables in ASP .NET/VB .NET

Hi Peter, The advantage is that it's an easy way of caching objects for the duration of the page - think of it loosely like the singleton pattern. I could do the same thing with private variab...

1 replies

Re: Debugger not working in copy of VS 2003 ASP.Net

On Oct 31, 2:36 pm, DCC700 <anonym...@devdex.com> wrote: > All the settings you mentioned were correct, however after shutting down > my computer last night and reopening this morning. I...

0 replies

Thumbnails

I have a gallery-like application. (The gallery will be actually presented in Flash, but the management (cms) of the images will be in asp.net. ) My question is, is it ok to create Thumbnail imag...

5 replies

When to use

I am confused as to when to use "Container.DataItem" and when to use DataBinder.Eval(Container.DataItem, xxx)"? In my VB.Net pages I use Container.DataItem. In one of my pages I...

0 replies

Re: Static variables in ASP .NET/VB .NET

>> I just think the static approach looks neater! >> > Well obviously that's a personal preference, and nothing wrong with > that... In addition to "looking neater",...

1 replies

Adding Event to C# VS 2003

I normally use DW to create my pages and never have to worry about events. They are just created. In DW, all my code and design are on one page (no code-behind). When I create a Page_PreRender...

0 replies

HELP: Moving projects to another drive

All my ASP.NET websites/projects are in my C:\Work drive. I want to move them to F:\Data\Work For each project I have a web deployment project as well, such as: C:\Work\Project1 C:\Work\Projec...

2 replies

Re: New browser window

"guy" <guy@discussions.microsoft.com> wrote in message news:A52DA94E-CD6B-48C3-89DF-8741A5EB96B1@microsoft.com... >I have done this loads of time, but need a reminder - how do ...

4 replies

Re: Static variables in ASP .NET/VB .NET

> In C# (unlike C++), static variables can't be declared inside methods Fair enough but the ubject of this post details that the OP was using VB.net which does allow such. VB used Static as...

1 replies

Problem with VS 2003 and Events

One of the differences with building one page style in DW and code behind in VS 2003 is you have to declare the events (apparently). For some reason my events will disapper. For example: I ...

1 replies

Convert a 'normal' website to an ajax website.

How can I add ajax functionality to my website. I already know about the code but are there references I need to include? TIA - Jeff.

4 replies

Re: Creating controls dynamically based on user input

> If I shouldn't need to create a table dynamically then how would you > create a table which will have a undetermined number of rows? The point is that you add rows to the datasource which ...

0 replies

How to use SeparatorTemplate with repeater

I have a repeater with header / item / alternate item and footer templates which works great (or at least ok). I want to put an <hr/> tag as a separator but as soon as I put that in the o...

3 replies

Diferences? Decimal (18,2) and Numeric(18,2) SQL SERVER

What is ?

2 replies

Step-into Class Library from VWD 2005 problem.

Hi, I use Visual C# Express 2005 and Visual Web Developer Express 2005. In my Visual C# Express 2005 Solution, I have following two class library projects: _ DataAccess (Namespace name: DataA...

3 replies

Re: Static variables on IIS 5

Thanks for the help. Confirms what I thought. Regards, Mark

0 replies

Re: How to make this?

Insert all your child controls/textboxes into a panel and: foreach (Control ctl in Panel1.Controls) { if (((TextBox)ctl.FindControl("Text1")).Text == "whatever") { ...

0 replies

Re: kill HTML Frames

<SCRIPT LANGUAGE="JavaScript"> <!-- if (window != top) top.location.href = location.href; // --> </SCRIPT> The following expressions would also work: window != pa...

0 replies

DetailsView - Limit text length?

Hello, I am using ASP2.0 & DetailsView to insert or update records into SqlServer 2005. How can I limit the text input by the user so that it does not overflow the field length? If I...

0 replies

How to use SQL Express

I'm really confused with the whole SQL Express and Web Configuration wizard options in VS.2005. On ScottGU's blog: http://weblogs.asp.net/scottgu/archive/2005/08/25/423703.aspx "Out of...

1 replies

How can I do?

Hi, what is the best form doing that? any way to do a if on 1 line, example: if (txtValorBene.Text.Trim() != "") arParams[116] = new SqlParameter("@ValorBeneficio", decim...

3 replies

Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'

As a tangental question to the one below: I can create a SQL express DB in my Data Connections folder titled dimension.mdf I then add this connection string to my web.config file: <conne...

2 replies

walk in for DOTNET & C# professionals with 2-3yrs experience in BANGALORE

Dear Friends, We are a chennai based well reputed HR Recruitment & consulting company. Presently one of our esteemed patron ASM Technologies Ltd a pioneer in the IT industry is recruiting tale...

0 replies

Breakpoints Problem

My project is in DEBUG mode but when I run it I get a message next to the Breakpoint saying that 'The breakpoint will not currently be hit etc' Can anyone explain why does it happen Thank you,...

0 replies

First  Prev  Next  Last