Forum: VB.NET Dec 7th, 2007 |
| Replies: 6 Views: 2,202 |
Forum: VB.NET Dec 7th, 2007 |
| Replies: 6 Views: 2,202 |
Forum: VB.NET Dec 7th, 2007 |
| Replies: 6 Views: 2,202 Return field value from GridView 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... |
Forum: ASP.NET Dec 5th, 2007 |
| Replies: 2 Views: 295 RowDelelting Event 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 |
Forum: ASP.NET Jun 7th, 2007 |
| Replies: 2 Views: 912 |
Forum: VB.NET Feb 16th, 2007 |
| Replies: 0 Views: 924 |
Forum: VB.NET Jul 5th, 2005 |
| Replies: 3 Views: 6,700 Re: Help with dropdownlist data adding? 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... |
Forum: VB.NET Jun 29th, 2005 |
| Replies: 0 Views: 2,428 |
Forum: VB.NET Jun 29th, 2005 |
| Replies: 9 Views: 8,807 Re: Parameter error for executeNonQuery() 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 |
Forum: VB.NET Jun 29th, 2005 |
| Replies: 3 Views: 3,829 |
Forum: VB.NET Jun 28th, 2005 |
| Replies: 3 Views: 3,829 Session Variables a threat? I read that session variables in ASP were a security threat.
Is this true for session variables in .Net?
thanks,
ed |
Forum: VB.NET Jun 27th, 2005 |
| Replies: 0 Views: 3,115 adding dll to toolbox 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... |
Forum: VB.NET May 20th, 2005 |
| Replies: 0 Views: 1,452 VS .Net 2000 Project files not created 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... |