something like
For Each Cell in grdTest.Rows(i).Cells
Do something with Cell.Value
next
not sure what to use for Cell parameter
I have two tables in a dataset. One of the tables has an empty column I'm trying to fill based on field matching in another table in the dataset. We're not yet able to use LINQ (Framework 2.0)...
IN THE BELOW FUNCTION ===> THIS NEEDS TO BE CHECHED the datatypes need to be corrected.
I have attached a file of the definitions of the fields. in snippet.
public void InsertPriceLis...
Is there a .Net equivalent of Execute, Eval, ExecuteGlobal? For example, if arithmetic is stored in database records like "3 + 5", and I want to retrieve them and process the string as arithm...
I'm from the PHP world and really like using the awesome templating engine called Smarty.
I'm wondering if there is something akin to this for dotnet? I have been looking and haven't been ...
I create dataset in App_Code (C# and asp.net)
and have all select, insert, update, and delete stored procdures
and I use ObjectDataSource and bring to dataset into ObjectDataSource. It is w...
i am working vb.net desktop application, i am very new in LDAP so i have a problem to authenticate user group in LDAP, since i have authencated user, for user authentication i write this code
...
Is there any better way of accessing infomration in INI file rather use of -
GetPrivateProfileString
I am having trouble with the follwing b it of code. I've seen many answers on different forums but none I can figure into my own situations. Most of what I've seen is in C# which I don't kno...
Hi,
I have 2 tables in my dataset. I need to delete say 4 records out of one of the tables. How do u do that based on a key value?
eg
Where ULCode = 5
I need to somehow then remove all t...
Hello,
I am running a DotNetNuke portal and am looking for advice on a third-party module that offers more features than the default login/registration process built into DNN. I am using t...
Hi folks,
I have a custom site map provider, that brings me the menu items for my application from a database. this inherits the StaticSiteMapProvider base class.
I am using the security t...
I have a VB NET application.
In a form I am building some charts, using XTRACHARTS library.
All objects inside of that form, was declared PRIVATE.
When I close the form, I need to gua...
Hi Experts,
I'm currently in the process of writing several website applications in ASP.NET (VB.NET).
I was wondering if there is any software/techniques to testing my applications for b...
Hi,
I have a dataset containing a child and parent DataTable with a DataRelation. I need to create a new DataTable that will be sent to a ReportBuilder.
The DataTable needs to contain colu...
public void MessageBox(System.Web.UI.Page page, string Msg)
{
string MsgScript = "<script language='javascript'>alert('" + Msg + "')</script>";
if (!(page.I...
How do I change the file location in IIS under the .net tab to point to another directory/file?
I have the attached image. I need to create a dataset like the one in the image.
Can someone explain how data is related to each other in these arrays?? e.g, if VW is selected and th emodel is beetle and the age is 40+ what would be the price? For some reason I cannot visu...
I need to change a field, fieldA, depending on what is placed in 2 other fields. Once this field is changed, it cannot be changed again, so it is the first time that the user puts data into t...
I have a single function written in VB.net that I need to call from a C++ program. (It is a complex function that processes an excel spreadsheet; recoding it into c++ would be non-trivial.) ...
I would like to delete all the relations and quesitons for a dataset created from an XML file. There are obviously some system generated primary and foreign keys generated (to maintain referen...
I want to use the calendar control in vb.net 2.0 to show my the title of the events that I have already entered into the database in each day cell of the calendar. I'm new to the calendar cont...
how to get width and height from a two dimensional array ?
How do I format the following vb6 code in vb.net (2005 or 2008)
Thanks,
txtFields(42).Text = Format(txtFields(42).Text, "$#######.#0")