Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

dadax_85

@dadax_85
About
Posts
16
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Map network drive :S
    D dadax_85

    Thanks but waiting your teacher ;) DADAX

    System Admin sysadmin help question

  • Map network drive :S
    D dadax_85

    whe when i use map network Drive in windows XP in phase of authentification ( username and password ) the username came guest and can't change it :S how can I solve this problem thanks DADAX

    System Admin sysadmin help question

  • How to pass information from page to page [modified]
    D dadax_85

    1-Response.Redirect("anotherpager.aspx?string=value") DADAX

    ASP.NET question tutorial

  • opening web page
    D dadax_85

    Imports System.Diagnostics.Process Start("http://www.google.com") DADAX -- modified at 15:21 Sunday 21st May, 2006

    Visual Basic csharp

  • Create Complex Trigers need help
    D dadax_85

    thanks thanks DADAX

    Database help

  • Create Complex Trigers need help
    D dadax_85

    I have three tables 1) AssignProjectUser(ProjectID,UserID) 2) Task(ID,ProjectID) 3) AssingnTaskUser(UserID,TaskID) I will create Trigers that after inserting a assignProjectUser I will select all the task who have the ProjectID inserted in AssignProjectUser and insert list of AssignTaskUser that have the userID same assignProjectUser and TaskID that i have selected Exemple: suppose that I have TASK: 1 1 2 1 3 2 when I insert a assignProjectUser (1,15) the number of task for this Project is 1 and 2 so the trigers will add (1,15) (2,15) I hope that you understand me and really need help as soon thanks DADAX

    Database help

  • VB.net (exe file)
    D dadax_85

    I create a VB.net(2005) application and I create the executable file (exe) how can I run it in a pc without installing vb.net (2005) Sorry for this question :S thank's DADAX -- modified at 17:47 Friday 12th May, 2006

    Visual Basic question csharp

  • error in asp.net
    D dadax_85

    but the code is write in the file.asp coz i create datasource and formview and the command of add is writen in ASP so if i write try catch in the code VB or C# it's didn't worked i hope that you understand me DADAX

    ASP.NET csharp asp-net help

  • Stored Procedures
    D dadax_85

    Dim con As New SqlConnection("Data Source=eyetech\sqlexpress;Initial Catalog=TBase;Integrated Security=True" providerName="System.Data.SqlClient" ) Dim MyCommand As New SqlCommand con.Open() MyCommand.Connection = con Dim proc As String proc = "EXEC SP1 " & TextBox1.Text & ",'" & TextBox2.Text & "','" & TextBox3.Text & "'," & TextBox4.Text MyCommand.CommandText = proc MyCommand.ExecuteReader() DADAX

    ASP.NET csharp asp-net database help tutorial

  • Stored Procedures
    D dadax_85

    sorry !!!!!!!!!!!1 DADAX

    ASP.NET csharp asp-net database help tutorial

  • error in asp.net
    D dadax_85

    hey and sorry just i need to know how i can catch error in asp.net i hope that you understand me :( and thanks anyway DADAX

    ASP.NET csharp asp-net help

  • Making a field null
    D dadax_85

    try this myCommand.Parameters.Add("@Number", OleDbType.BigInt).Value = ""; dadax_85@hotmail.com

    Database question database announcement learning

  • stored procedures problem in SQL Server 2000
    D dadax_85

    hey Create Procedure Procedurename ( @names varchar, @roll int ) as Insert into tablename values(@names , @roll) dadax_85@hotmail.com

    Database database help sql-server sysadmin

  • error in asp.net
    D dadax_85

    hey i'll know how i can catch error in asp.net DADAX -- modified at 13:51 Sunday 23rd April, 2006

    ASP.NET csharp asp-net help

  • Stored Procedures
    D dadax_85

    hey i'll give you an example asp.net ( VB.net ) for executing a stored procedure in sql server 2005 but it same in another database 1) the stored procedures to add record and take the paramters from textboxes the code for stored procedures in sql is : create PROCEDURE SP1 ( @ID bigint , @Name nvarchar(50), @Description nvarchar(500), @ProjectID bigint ) AS INSERT INTO [TBASE].[dbo].[TaskType] ([ID] ,[Name] ,[Description] ,[ProjectID]) VALUES (@ID ,@Name,@Description,@ProjectID) RETURN 2) to execute this stored procedures from asp.net Imports System Imports System.Data Imports System.Data.OleDb Dim con As New OleDbConnection("Provider=SQLNCLI.1;Data Source=DADAX\DADAX;Integrated Security=SSPI;Initial Catalog=TBase") con.Open() Dim MyCommand As New OleDbCommand() MyCommand.Connection = con Dim proc As String proc = "EXEC SP1 " & TextBox1.Text & ",'" & TextBox2.Text & "','" & TextBox3.Text & "'," & TextBox4.Text MyCommand.CommandText = proc MyCommand.ExecuteReader() I wish that help you DADAX

    ASP.NET csharp asp-net database help tutorial

  • include aspx file
    D dadax_85

    hey i need to know how i can include a file aspx ( some people tell me response.writefile(filename) but it did'nt work coz it used just for html page ) 10x for help DADAX

    ASP.NET html help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups