Could anybody help me with this problem.
What I would like to do is adding aspx code generated from Microsoft XML parser in memory before WebApplication1 executes on the server side.
Could I use...
The WebProjectItems is missing and there are no documentation on this issue found anywhere on the web.
Adding add-ins wsz files in the web folder doesn't solve the problem.
I have tried find a...
Sorry if I have trouble explaining.
I'm talking about wizards and addins.
The vsz file is an add-in wizardfile.
When everything works you can use the 'add new item' command to run the wizard. ...
I have a problem finding a way to play multiple mp3 with different volume settings. If I use the waveOutSetVolume it affect all the playing files.
How can I set volume independently?
I use...
Hi,
I would appreciates some hints or help regarding a strange behaviour in visual studio dotnet when using asp.net. I'm working with authentication and somewhere in the process the framework goes...
Hi,
I had some serious trouble with RedirectFromLoginPage and to store a cookie on my machine. I had to configure ZoneAlarm to make it work. Now I'm thinking if I'm using form authoratization with...
Short but very informative. About how the bits are related would that come naturally when I think I know what piece of information I want to use or do I need to follow some rules och...
How to add new columns using an ArrayList without creating a class ?
Notice: bc.DataField="!" works when AutoGenerateColumns is off. Otherwise nothing is displayed.
Just want to post to other forums to increase chance to get any response at all. There are many questions that hasn't been answered when I posted to only one stand alone forum site.
...
I would appreciate any help or suggesions on starting with database design for an asp.net site.
I know this question maybe sounds silly but I feel stuck and don't know where to start.
...
Hi,
This is the smallest sample code I know of when creating and displaying a datagrid.
ArrayList a=new ArrayList();
a.Add("hello world");
DataGrid1.DataSource=a;...
Please help me with this problem. I think this is very strange and it should work now because I have been through many solution of this problem to remove this enter password dialog box, but...
I know about the problem if turning the viewstate off the events will not fire properly even if I rebind the control in every postback. So then I started...
I'm desperate to know what I'm doint wrong.
If I enable viewstate on a datagrid then i get events to update, edit and cancel. If i disable viewstate then i must
display the grid everytime...
Could you help me to understand how datagrid works.
I'm trying to make a datagrid editable. Now most of the tutorials I read says that i should turn the Enable ViewState off. Why is that?
...
Hi,
I'm expecting to get an extra column named 'state' displayed in the datagrid but it doesnt add one.
Can you please help me find out the problem with the source code.
I would like to use this feature but in the codebehind. I'm reading from an example text and everything is not codebehind.
I would appreciate if you could help me on this.
Hi,
I would appreciate if you could help me with my source code.
I want to create web user controls dynamically each time i press the button.
But i only get one control each time. If i use a...