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
J

jamesmani2k5

@jamesmani2k5
About
Posts
15
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • FTP Connection coding
    J jamesmani2k5

    hi all, i need the sample coding for FTP connection in vb.net for the following server types 1)FTP over SSL(Implicit encryption) 2)FTP over SSL(explicit encryption)... Please if any one knows about it..send me the sample code

    thank u

    Visual Basic security csharp sysadmin

  • Callng gpg exe from the windows service
    J jamesmani2k5

    i have created a new account with adminstrator rights.still its not working...need help

    thank u

    .NET (Core and Framework) help

  • Callng gpg exe from the windows service
    J jamesmani2k5

    Iam using the following code in a dll -- encrypting a file using gpg exe. Dim objEncrypt As New System.Diagnnostics.Process With objEncrypt .StartInfo.FileName = "C:/program files/gpg.exe" .StartInfo.Arguments = sArguments .StartInfo.UseShellExecute = False .StartInfo.RedirectStandardOutput = True .StartInfo.CreateNoWindow = True .Start() .WaitForExit() End With this code works when calling from an application...but doesnt work when callingfrom windows service. Please help

    thank u

    .NET (Core and Framework) help

  • Automatic login
    J jamesmani2k5

    How can I login programmatically to a web site? In other words, I want to avoid the login prompt and automatically log user in through code.. Thanks...

    thank u

    ASP.NET question

  • Doubt in Creating the text file
    J jamesmani2k5

    I Have been generating a text file using streamWriter in my project.I have to set the readonly attribute of that text file to true. can anyone please help me to solve this.

    thank u

    Visual Basic help

  • regarding help files
    J jamesmani2k5

    i had to add a help file...can any one guide me how to create help files in windows application

    thank u

    Visual Basic tutorial help

  • how to add a new row in a grid at runtime
    J jamesmani2k5

    thnks.... my requirement is i need a grid with two rows and two cols with a textbox inside a gridcell.... i have a add button .... when an user clicks the add button...an extra row has to be generated...the values entered by the user in the textbox should be maintained i need the complete codings..can u plz send me that....

    thank u

    ASP.NET css wpf wcf help tutorial

  • how to add a new row in a grid at runtime
    J jamesmani2k5

    using a grid i have created two rows by binding the hidden template field with a datasource in pageload event, Now i have to Add a new row in the grid using a button click....maitaining the values in the textbox in the grid entered by user.... ========================= /* <%# Eval("ROW") %> */ coding in page_load event is =================================== protected void Page_Load(object sender, EventArgs e) { Addrow(dgLocsch, 2); } private void Addrow(DataGrid dg, int NoOfRows) { DataTable dt = new DataTable(); dt.Columns.Add("ROW"); for (int i = 1; i <= NoOfRows; i++) { DataRow dr; dr = dt.NewRow(); dr["ROW"] = i.ToString(); dt.Rows.Add(dr); } dg.DataSource = dt; dg.DataBind(); } can any one help me......

    thank u

    ASP.NET css wpf wcf help tutorial

  • how to add a new row in a grid at runtime
    J jamesmani2k5

    using a grid i have created two rows by binding the hidden template field with a datasource in pageload event, Now i have to Add a new row in the grid using a button click....maitaining the values in the textbox in the grid entered by user.... ========================= <%# Eval("ROW") %> coding in page_load event is =================================== protected void Page_Load(object sender, EventArgs e) { Addrow(dgLocsch, 2); } private void Addrow(DataGrid dg, int NoOfRows) { DataTable dt = new DataTable(); dt.Columns.Add("ROW"); for (int i = 1; i <= NoOfRows; i++) { DataRow dr; dr = dt.NewRow(); dr["ROW"] = i.ToString(); dt.Rows.Add(dr); } dg.DataSource = dt; dg.DataBind(); } can any one help me......

    thank u

    ASP.NET css wpf wcf help tutorial

  • Urgent
    J jamesmani2k5

    Thks for ur advice......ya i solved the issue.......

    thank u

    ASP.NET csharp asp-net help question

  • Urgent
    J jamesmani2k5

    hi guys, i got an error while i was migrating one of the webproject developed in 1.1 to 2.0. i got error in one dll reference in global.asax. it says "The type 'Ims.Tmpc.Global' is ambiguous: it could come from assembly 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\tmpc\0645d1b5\4ea8c73e\App_Code.h0ihzjo3.DLL' or from assembly 'c:\inetpub\wwwroot\tmpc\bin\Tmpc2003.DLL'. Please specify the assembly explicitly in the type name. " i need thesolution for this pbm...its urgent.... if anyone know what is wrong here, please share your knowledge with me.

    thank u

    ASP.NET csharp asp-net help question

  • Need Some Guidance
    J jamesmani2k5

    Hi, I planed to do a chat room project like google chat.. can any one guide me...

    thank u

    ASP.NET tutorial lounge

  • urgent
    J jamesmani2k5

    Hi, i need to refresh the mainpage from a popup as shown below Main Page ---> Popup1(opened from main page) ----> Popup2(opened from Popup2) i have to refresh the mainpage when popup2 gets closed.... how can i do this....

    thank u

    ASP.NET javascript help

  • urgent
    J jamesmani2k5

    i have to refresh a mainpage from a popup window whose parent is another popup which is opened from the main page..... i have to do this using javascript... can any one help me....

    thank u

    ASP.NET javascript help

  • Urgent
    J jamesmani2k5

    This is the Data i have Time interval = 30 min starting Time = 9:30 am End Time = 9:30 pm I have to get the Time intervals as follows 9:30 am to 10:00 am 10:00 am to 10:30 am 10:30 am to 11:00 am . . . .9:00 pm to 9:30 pm How can v get this in asp.net

    thank u

    ASP.NET csharp asp-net
  • Login

  • Don't have an account? Register

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