Hello,
Would anyone be willing to assist me in converting the following web form into c#.net(4.0)?
I've been working on this for a while now, just can't seem to get it working properly.
Thanks a lot all.
<% sub ListFolderContents(path)
dim fs, folder, file, item, url
set fs =...
Hello,
I'm trying to just return the last number in this row but unique. So for example in the row "number" below, I just want 1180237, 2063287 and 3047576 to return on the query, is there any way of returning the top unique number for all numbers contained in a row?
Not sure how else to ask...
Greetings!
I'm having a bit of trouble with my Non repeating random number generator, basically this function will grab a start and ending number and generate random numbers between the start and end point.
private void GetRandom(int start, int max)
{
start...
Greetings all,
So I have this issue I can't figure out and I'm hopeful one of you will be able to assist me with this problem.
I have a Windows form with a DataGridView and a "dataSet1" dataset.
The DataGridView is bound to the DataSet1 and in the DataSet1 properties under tables I added a...
Hello Experts,
I'm experiencing an issue I've spent hours on google researching a solution for and have come up with nothing of use.
I'm capturing the following events for two textboxes and attempting to make the background of the textbox (IEdBoxEditor) transparent.
case...
Hello Experts,
I'm desperately seeking assistance with this issue I'm having.
I'm getting the following error:
Cannot access a non-static member of outer type 'BindsTools.PortScanner' via nested type 'BindsTools.PortScanner.PortScannerr'
I've been banging my head against a wall, I've looked...
Hello all,
I'm having problems creating a trigger for the following task,
I have a table called dbo.users, I'm going to be creating a trigger on this table and in the trigger I need it to grab the newly inserted "UserID" field and put it into a variable called @UserID.
Then I have to do a...
Is it possible to use CREATE TABLE using a variable ?
Heres my example source however obviously its not functioning properly.
DECLARE @CurrDate AS DATETIME
SET @CurrDate = (SELECT DATEADD(Year, 1, GETDATE()))
CREATE TABLE @CurrDate
(NASIdentifier varchar(16),
NASPort varchar(10)...
I have a Microsoft SQL database thats rather large in size and I need to come up with a store procedure to move this database by the year and month. for example
SELECT * FROM plat_calls.dbo.calls where calldate >= '2001-01-01' and calldate < '2002-02-01'
I need to somehow break this query up...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.