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
I

i gr8

@i gr8
About
Posts
101
Topics
38
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to add datepicker in gridview boundfield column
    I i gr8

    Ref Date picker in ASP.net gridview[^]

    ASP.NET com tutorial

  • Impersonation
    I i gr8

    Hi, I have used below code to log in to my network drive, before using this code every time when i manually access the network folder it asks me credential to login. But after executing this code the network drive is not asking for any credential when i manually locate to the network drive. Any idea what is happening

    [DllImport("advapi32.dll")]
    public static extern int LogonUserA(String lpszUserName,
    String lpszDomain,
    String lpszPassword,
    int dwLogonType,
    int dwLogonProvider,
    ref IntPtr phToken);
    [DllImport("advapi32.dll", CharSet = CharSet.Auto, SetLastError = true)]
    public static extern int DuplicateToken(IntPtr hToken,
    int impersonationLevel,
    ref IntPtr hNewToken);

        \[DllImport("advapi32.dll", CharSet = CharSet.Auto, SetLastError = true)\]
        public static extern bool RevertToSelf();
    
        \[DllImport("kernel32.dll", CharSet = CharSet.Auto)\]
        public static extern bool CloseHandle(IntPtr handle);
    
    C# sysadmin question

  • GPS Coordinate system
    I i gr8

    Hi, Can anybody tell what GPS coordinate system used for the folowing device IPHONE Note: I have came across that some of the mobile device use WGS84 coordinate system.But no idea about the above mentioned devices.

    Mobile ios

  • ContentPlaceHolder alignment
    I i gr8

    Use Html tables for alignment here is the simple example

    Something you want

    ASP.NET question csharp asp-net visual-studio design

  • get controls using name
    I i gr8

    Hi, I have Two tables in my page Table 1 having list for checkbox with name CHK1 Table 2 also having list of checkbox with same name CHK1 using javascript i want to get the checkboxs form table 1.

    JavaScript javascript

  • What is most important to you, Priorities your order?
    I i gr8

    1.Company 2.Opportunity 3.Pay 4.Work Environment

    The Lounge question workspace

  • combine multiple rows in single row
    I i gr8

    Hi, I want to combine multiple rows in a single one. Have a look at the following sample. Any body know how to do this....thnx in advance original table ------------------ FID Code Value1 Value2 1 C1 20 Null 1 C1 Null 10 2 C1 30 Null 2 C1 Null 40 To -- FID Code Value1 Value2 1 C1 20 10 2 C1 30 40

    Database tutorial

  • Reading CDATA text from RSS Feed using LINQ to xml
    I i gr8

    No No... Get the XML and convert the XML to DATASET using dataset.readxml() you will get all tags as columns and its attributes , so you can easily get the attribute value.

    C# csharp html linq com xml

  • Reading CDATA text from RSS Feed using LINQ to xml
    I i gr8

    Just access the RSS feed(XML content) in your dataset , after getting in your dataset you can do wat ever you want.

    C# csharp html linq com xml

  • accessing events
    I i gr8

    access the events of class using its object. how to do this?

    C# tutorial question

  • include html in html page
    I i gr8

    how can i include html in html page any help!

    Web Development html help question

  • CSV files in C#
    I i gr8

    i have created a CSV file with following format "Test1";"Test2";"Test3" when i tried to read that csv in Notepad using C#.net i am getiing with following format """Test1"";""Test2"";""Test3""" is there any way to resolve this

    C# csharp

  • Method overloading
    I i gr8

    How to access particular method in overloading E.g: 2 overloaded method as follows

    Method1(double, double)
    Method1(int, int)

    calling method:

    Method1(1,1)

    Here from calling function i want to access Method1 with "double". how can we achieve this.

    C# tutorial

  • Inglorious bastards
    I i gr8

    Inglorious bastards deserve better than Hurt Locker and Avatar, does any one agree with this?

    The Lounge question

  • posted data value in javascript
    I i gr8

    how to get posted data value in javascript during round trip

    Web Development javascript tutorial

  • Help with RSS feed C#
    I i gr8

    they have used UserControl. u just try without UserControl, the method is very simple. just have a look 1. call the RSS content with its URL. It will return XML 2. Convert XML to dataset 3. Since u got the dataset you know what to do 4. Show That in u r page/ if u want u can store that also for future. 5. If u want to format the resultant XML use XSLT

    modified on Friday, February 26, 2010 1:42 AM

    ASP.NET help csharp com sysadmin json

  • Dynamic Report Designing
    I i gr8

    Yes its possible, but u need to predefine the Report format(if u want different types of format) or else fix the format(controls that are dropped/Selected by user will be placed in left to right format only) and u can achieve the user generated report. i have done this in one of projects

    ASP.NET csharp asp-net database design

  • how to use charts in crystal reports using asp.net with c#
    I i gr8

    there are default different knid of graphs available in .Net itself, after generating the report just click the icon related to graph it will take you to what u want

    ASP.NET csharp asp-net tutorial

  • Single instantiation of Class
    I i gr8

    I am having a requirement in which i have to create a object of class for only one time in my project . if next time developers try to create a new object for that class it should show error

    C# help

  • display MailMessage
    I i gr8

    There are free controls available to show html content. use that

    C# question html design hardware
  • Login

  • Don't have an account? Register

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