Showing results 1 to 14 of 14
Search took 0.04 seconds.
Posts Made By: mcupryk
Forum: Website Reviews May 3rd, 2006
Replies: 1
Views: 2,283
Posted By mcupryk
Help ASP.NET dating site.

Does someone have some souce code to an asp.net web site.

I would really appreciate anyone's help.
Forum: VB.NET Nov 12th, 2005
Replies: 0
Views: 3,601
Posted By mcupryk
DataGrid with ado.net.

:rolleyes: I have the following with an ado.net routine called.

Public Sub DoModify()
Dim bm As BindingManagerBase = Me.DataGrid1.BindingContext(Me.DataGrid1.DataSource,...
Forum: VB.NET Nov 12th, 2005
Replies: 1
Views: 20,864
Posted By mcupryk
Check to see if null

Dim substr As String = dr.Item(4)

if substr is {System.DBNull}
substr = ""


if substr is "" then
do not do substr = substr.Substring(0, 2)
else
substr = substr.Substring(0, 2)
Forum: ASP.NET Nov 12th, 2005
Replies: 0
Views: 2,346
Posted By mcupryk
Solution Long ado net question but urgent help required

I have an sql table that consist of three key constraints
Policy_Nbr, Trans_CodeOrig, Trans_Eff_Date. Now I need to create a stored procedure that will handle
violations on the table. What I mean...
Forum: VB.NET Nov 12th, 2005
Replies: 0
Views: 2,620
Posted By mcupryk
ADO.NET question modification.

I have the following procedure

SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO


/* ------------------------------------------------------------
PROCEDURE: dbo.prc_TransOverride_upd
Forum: ASP.NET Nov 4th, 2005
Replies: 3
Views: 1,923
Posted By mcupryk
Removing prefix XXX\username

I need to remove the prefix(domain name) if exist in front of a username from a session variable.


paramsql.Value = Session("ssNtUser")

say the domain is za

username is macupryk

I would like to...
Forum: VB.NET Sep 22nd, 2005
Replies: 0
Views: 2,168
Posted By mcupryk
When I select a row and I click

click on modify button?
Public Sub DoModify()
Dim bm As BindingManagerBase = Me.DataGrid1.BindingContext(Me.DataGrid1.DataSource, Me.DataGrid1.DataMember)
===>>> Dim dr As DataRow =...
Forum: VB.NET Sep 22nd, 2005
Replies: 0
Views: 1,038
Posted By mcupryk
Not working syntax on insert? Urgent

If you want to insert DON'T do this

Dim dr As DataRow = CType(bm.Current, DataRowView).Row
Dim addform As New AddTransOverride(dr)
Dim retval As DialogResult =...
Forum: VB.NET Sep 22nd, 2005
Replies: 0
Views: 1,384
Posted By mcupryk
Pass a two character

How do I pass a two character for dr.Item(4) in the following:
ExecOnTransOverride.ins(dr.Item(1), dr.Item(2), dr.Item(3), dr.Item(4), dr.Item(5), dr.Item(6), dr.Item(8), dr.Item(7), DateTime.Now,...
Forum: VB.NET Sep 13th, 2005
Replies: 0
Views: 2,073
Posted By mcupryk
Passing Object of Type Structure Through A Dialog Call

I have the following structure defined in a given form called transoverride.vb


Public Structure structTransoverride
Public Account_Name As String
End Structure

at the top of my class...
Forum: VB.NET Sep 13th, 2005
Replies: 0
Views: 1,829
Posted By mcupryk
Debugging Error

When I am in Debug mode, I want to set the value of the textbox on the dialog form.
What happens the dialog form appears before , even when I am starting debug bug mode.
The values of the textbox in...
Forum: VB.NET Sep 13th, 2005
Replies: 0
Views: 1,697
Posted By mcupryk
Compilation error urgent?

I have the error coming when I call a dialog form passing a parameter.

An unhandled exception of type 'System.Exception' occurred in microsoft.visualbasic.dll

Additional information: Can't assign...
Forum: VB.NET Sep 13th, 2005
Replies: 1
Views: 1,587
Posted By mcupryk
I need to trace or view that the stored proc is saving the data.

I have a stored procedure and it is not saving the values in the table. How can I view that the stored procedure is saving the values.

Private Sub DoSave()
Dim ConnectionString As String =...
Forum: VB.NET Sep 7th, 2005
Replies: 0
Views: 14,119
Posted By mcupryk
Deleting a Row From A DataGrid

I have the following two functions. My goal is to highlight a row in a
datagrid and delete a row. Problem arises when I click on the delete button.
Below are two sub routines for DoDelete. Which...
Showing results 1 to 14 of 14

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 6:56 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC