i gr8
Posts
-
how to add datepicker in gridview boundfield column -
ImpersonationHi, 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);
-
GPS Coordinate systemHi, 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.
-
ContentPlaceHolder alignmentUse Html tables for alignment here is the simple example
Something you want
-
get controls using nameHi, 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.
-
What is most important to you, Priorities your order?1.Company 2.Opportunity 3.Pay 4.Work Environment
-
combine multiple rows in single rowHi, 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
-
Reading CDATA text from RSS Feed using LINQ to xmlNo 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.
-
Reading CDATA text from RSS Feed using LINQ to xmlJust access the RSS feed(XML content) in your dataset , after getting in your dataset you can do wat ever you want.
-
accessing eventsaccess the events of class using its object. how to do this?
-
include html in html pagehow can i include html in html page any help!
-
CSV files in C#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
-
Method overloadingHow 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.
-
Inglorious bastardsInglorious bastards deserve better than Hurt Locker and Avatar, does any one agree with this?
-
posted data value in javascripthow to get posted data value in javascript during round trip
-
Help with RSS feed C#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
-
Dynamic Report DesigningYes 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
-
how to use charts in crystal reports using asp.net with c#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
-
Single instantiation of ClassI 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
-
display MailMessageThere are free controls available to show html content. use that