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
R

RenuKhot

@RenuKhot
About
Posts
9
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Print barcodes From ASP.Net
    R RenuKhot

    Hi, I am generating barcodes in the web application.I save this as an image. how can i print this through the Web Application, with appropriate paper settings. Also i wanted to know if any one has worked on Avery Dennison Printers. Thanks Renu

    Renu.K

    ASP.NET csharp asp-net question

  • Best book for Design patterns.
    R RenuKhot

    try the book "head first design pattern"...

    Renu.K

    Design and Architecture csharp learning design tutorial question

  • string and string builder class
    R RenuKhot

    String builder variable is preferred over string variable, when there is a need to store a larger string and also when you need to create any string value by appending to the same variable. In such a case, when we consider a string variable, when we reassign any value to a string variable, it allocates NEW memory location along with the new char whatever we appended. hence every time we reassign to a string variable, memory allocations increase and thus affects the performace, where as in case of string builder this is not the case and hence preferred.

    Renu.K

    Visual Basic performance

  • ASP.NET Form
    R RenuKhot

    so create a javascript function, with the line of code given above and call that on click of the button on the 2nd form..

    ASP.NET csharp asp-net question

  • ASP.NET DEVELOPMENT
    R RenuKhot

    Hi, I would also like to have a look at the PDF's. Can you please share the same with me too.. Thanks in advance Renu.K

    Renu.K

    ASP.NET help csharp asp-net design testing

  • Connection Issue While connecting to SqlServer 2000 from ASP.NET 2.0
    R RenuKhot

    try giving the ip address of that sql server in the web config file... hope this works..

    Renu.K

    ASP.NET help csharp asp-net database sql-server

  • Connection Issue While connecting to SqlServer 2000 from ASP.NET 2.0
    R RenuKhot

    Hi, can you paste your code u are using to connect to the database. The way it is usually done is pasted below for your reference The connection stings are specified in the web config file. In Web.Config, you can add a key to the AppSettings Section Example: Then, in your ASP.Net application - just refer to it like this: using System.Configuration; string connectionString = (string )ConfigurationSettings.AppSettings["ConnectionString"]; try also adding segment to your web config file. i hope this helps Renu.K

    ASP.NET help csharp asp-net database sql-server

  • Create events for windows User Control.Urgent!!!
    R RenuKhot

    Hi aslam, i have a user control created with a button on it. I am creating an instance of this user control using statments IComponent newComponent = Activator.CreateInstance(componentClass, objparams) as IComponent; now i need to add event to this component. i want the click event of the user control. please help. thanks in advance.

    C# question

  • Create events for windows User Control.Urgent!!!
    R RenuKhot

    How do we create events for a user control which is dynamically added? Thanks in advance R.K

    C# question
  • Login

  • Don't have an account? Register

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