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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
N

NetRams

@NetRams
About
Posts
142
Topics
92
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to set Page size in RDLC (VS.Net2005)?
    N NetRams

    Hi, I am new to RDLC, I have mapped my Dataset to RDLC. My RDLC Control have one table where I mapped all my columns of passing Dataset. How the paging is coming based on my records, Can I change the page size (ie. show only 10 rows per page). Thanks, Rams.

    Be simple and Be sample.

    ASP.NET csharp visual-studio tutorial question

  • RDLC Link opens new page within that control area. How to solve this?
    N NetRams

    Hi, I have designed one page with RDLC Control with table having links, onclick it will open the new page (using Jumpt to URL). It opens new window fine for 1st page, when I move to 2 page using page navigator and click any link, then the link opens new page within the RDLC table area. How to solve this? Thanks in Advance, Rams.

    Be simple and Be sample.

    ASP.NET tutorial question

  • Invalid character while using xmldocument.load?
    N NetRams

    Hi, I am having spanish characters as memorystream, when i give this stream to xmldocument.load - it gives me Invalid characters errro. How to solver this isssue.

    Be simple and Be sample.

    C# tutorial question

  • RememberMe option to remember only username using asp:login?
    N NetRams

    This is good, But I am validating login thru membership provider. My problem is, it will login automatically without asking the user name and password when I choose "RememberMe" option checked. I need login control needs to remember only username using "RememberMe" option and password alwasy user needs to enter. Any luck? - Rams.

    Be simple and Be sample.

    C# question

  • RememberMe option to remember only username using asp:login?
    N NetRams

    Hi, I have created my application using asp:login control. I need to make the login control to remember only the username on next login. Any luck? - Rams.

    Be simple and Be sample.

    C# question

  • How to preserve Master page data whenever conten page is loaded?
    N NetRams

    Hi, I am having one content page, Menu on Masterpage and details on content page. Menu strings will be taken from database. Now what happens whenever I click any menu, automatically my master page get loaded and the menu string also taken from database. I don't want it to be taken up always from database, I need some way to preserve it in master page itself. Any Luck.

    Be simple and Be sample.

    C# database tutorial question

  • Remove default style border-collapse:collapse from datagrid?
    N NetRams

    Hi, I have created datagrid. When I look at its view sourse it creates table with default style as style="border-collapse:collapse". This style will affect my default style. Could anyone help me how to remove this default style in datagrid. I have used datagrid.controlstyle.reset(), but no luck. Regards Rams.

    Be simple and Be sample.

    C# help tutorial question

  • How to Maintian Who is online.
    N NetRams

    To maintain online users, you should go with database. On closing browser using javascript onUnload event check the window size and if less than or equal to zero update the logout flag in database as false thru AJAX. On every time login show the online users with that flag as true.

    Be simple and Be sample.

    ASP.NET tutorial

  • DataSets--Kindly Help...
    N NetRams

    Hi, You can try with following short ways. 1. Try combine required fields of different table to get single datatable. 2. Create different datatable and merge all with one dataset. Rams.

    Be simple and Be sample.

    ASP.NET database help tutorial question

  • Uploading Files
    N NetRams

    Hi prasad, I am having the another doubt. As I know the destination server path, what I need is to pass the source path with out using browse button. How do I do that? Rams.

    Be simple and Be sample.

    ASP.NET help tutorial

  • 692 Hardware failure error?
    N NetRams

    I have tried, but i am not satisfied with those results. I have requested here to get exact and better solution. Google gives everything, then what is the reason for forums, forum is to discuss problem in detail.

    Be simple and Be sample.

    Hardware & Devices com hardware help question

  • 692 Hardware failure error?
    N NetRams

    Hi, When I try to connect my Reliance phone with my PC's com port. It got installed. And when I try to login, it gives me error as, 692 - Hardware failure. Any luck. Rams.

    Be simple and Be sample.

    Hardware & Devices com hardware help question

  • Div Object
    N NetRams

    You can do with in create one td with runat='server' and id. Using that id add div as string to that.

    In code behind add as, mytd.innethtml = "

    .......

    " You can try this.

    Be simple and Be sample.

    Web Development html com question

  • General design question
    N NetRams

    If transfer rate is high, then go with webservice.

    Be simple and Be sample.

    Visual Basic question csharp design lounge

  • General design question
    N NetRams

    By sending command line argument from one application to another. Rams.

    Be simple and Be sample.

    Visual Basic question csharp design lounge

  • Treeview re-order childnodes of same parent VB.net.
    N NetRams

    Hi, Is there any way to re-order childs of same parent. Consider example as, A ---1 ---2 ---3 Using drag drop I need to change this child order as, A ---2 ---1 ---3 Any luck.

    Be simple and Be sample.

    Visual Basic csharp tutorial

  • get date format
    N NetRams

    In VB.net there is no direct control to check format. Try with masked text box. You have to write own code on keypress event - first 2 digit should be below 12 (if it is month) and so on.

    Be simple and Be sample.

    Visual Basic tutorial question

  • Output From Stored Procedures
    N NetRams

    If you created the stored procedure, then replace that stored procedure name instead of where you have put query in your code earlier.

    Be simple and Be sample.

    Visual Basic database question css

  • get date format
    N NetRams

    Do you need to extract, month, day, year from date? use -> Date.month , Date.day, Date.year. Also you can convert date to shortdate, shorttime, longdate and longtime as string.

    Be simple and Be sample.

    Visual Basic tutorial question

  • Runtime table generation and filling data from Ms Access?
    N NetRams

    I have to generate tables at runtime from Ms Access data base. Number of tables to generate depends on the sql query we pass in the program and the depends on the data in the tables. >> User the "create table ... " query statement to create the table with number of columns and their types. So I want the code for diplaying a table on control panel and fill the data to it from the Access files based on the query. >>Do you have any file, which holds datas for newly creating tables?

    Be simple and Be sample.

    Visual Basic database help 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