blah blah blah is here! blah blah » Close

1
votes
0 answers

System.InvalidCastException: InvalidCastException

Hi, I am trying to call a web service and return the results in an ArrayList. I'm petty much at a standstill with a casting issue. Here is the function that call the webservice and the error. Using Windows CE Thanks! [code]pub ...

0
votes
1 answers

Is it possible to call an .ascx control from an .ascx page?

Hi, Is it possible to call an .ascx control from an .ascx page? For example, I have the following code in a .ascx file: <a href="../../HeadQuarters.aspx"> <a href="../../Processing.aspx"> <a href=&quo ...

0
votes
1 answers

Using multiple button control as placeholders

Hi, I'm creating a number of controls using placeholders. These are: DropDown DropDown DropDown TextBox Button I have to dynamically create these rows using placeholders. Once created, the user will click on the button (which ...

0
votes
1 answers

Replicate this behavior in an ASP.NET 1.1 (C#)

Greetings, I have a Win32 application which allows a user to add additional filters. I have to replicate this behavior in an ASP.NET 1.1 (C#) Web page. This shows the default search option controls with an “Add Filter” button. When th ...

Feedback