Forum: VB.NET Dec 7th, 2007 |
| Replies: 7 Views: 6,515 jx_man,
thanks, but it's a gridview not a datagrid, so it doesn't have the item property. |
Forum: VB.NET Dec 7th, 2007 |
| Replies: 7 Views: 6,515 emurf,
thanks, but it's a web app. |
Forum: VB.NET Dec 7th, 2007 |
| Replies: 7 Views: 6,515 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: 646 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: 1,696 This only occurs on a single page. New command buttons dropped on the page from the toolbox will not fire and event. ??
thanks,
earlofroberts |
Forum: VB.NET Feb 16th, 2007 |
| Replies: 0 Views: 1,408 Can the z-index of a server control be set from vb code?
If so, can you provide me some sample code?
thanks,
earlofroberts |
Forum: VB.NET Jul 5th, 2005 |
| Replies: 3 Views: 10,252 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... |
Forum: VB.NET Jun 29th, 2005 |
| Replies: 0 Views: 3,375 Is there a way to loop thro' the controls on a web page?
thanks,
earlofroberts |
Forum: VB.NET Jun 29th, 2005 |
| Replies: 11 Views: 13,021 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.
... |
Forum: VB.NET Jun 29th, 2005 |
| Replies: 3 Views: 5,696 I guess the question is: do session variables in .Net reside on the server and not cross the net?
thanks,
ed |
Forum: VB.NET Jun 28th, 2005 |
| Replies: 3 Views: 5,696 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: 4,584 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,829 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.
... |