No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
10 Posted Topics
I have installed VS .Net 2005 on my new pc(XP pro). But when I create a new project, the files such as Global.asax, web.config, etc. that are normally created automatically, or not created at all. How can I fix this? thanks
I am using .net 2005. I have created a GridView with one column having a command button. The DataAdapter, DataSource, DataSet were created in code, not with wizards. When the command button is clicked, I can't figure out the syntax for retreiving the value from the first cell in the …
I suspect that one of your parameters contains a NULL. By the way, if you use imbedded code instead of stored procedures you are exposing yourself to hacking by injection. good luck. earlofroberts
i need a code sample to capture the value of a record id from the selected row so that i can send it as a parameter to the oracle procedure that deletes the record. thanks
This only occurs on a single page. New command buttons dropped on the page from the toolbox will not fire and event. ?? thanks, earlofroberts
Can the z-index of a server control be set from vb code? If so, can you provide me some sample code? thanks, earlofroberts
I read that session variables in ASP were a security threat. Is this true for session variables in .Net? thanks, ed
Lemon, I load my ddlboxes with a datareader. The first item has a value of 0 and I set the text to 'Select an item below' or something like that. I sometimes leave it blank. In any event, if they make a selection, the SelectedIndexChanged event fires. Hope this helps, …
Is there a way to loop thro' the controls on a web page? thanks, earlofroberts
I tried to add a dll to the vs.net toolbox. It said it wasn't registered. I ran regasm.exe. No when I try to add it to the toolbox, it tells me it is not recognized as a com object. How do I get this custom control added to the toolbox …
The End.
earlofroberts