Search

You searched for the word(s): userid:835440

Matching Posts

  • Re: Triangle Outline Mode in VS 2010

    Hello Sir Thank You for your comments May be you should have a look at this post by Jason Zander A New Look for Visual Studio 2010 and Sir, i am talking about this feature as depicted in the URL below which refers to an image from the blog post Triangle Glyph Image is this feature which later on Jason Zander says is dropped from the Beta 1 of Visual Studio as per feedback, can be available as an addon/extension or can be enabled through any option in Visual Studio 2010. May be now i have provided
    Posted to Visual Studio 2010 Beta 1 (Forum) by Everest1980 on 7/26/2009
  • Get TreeView Selected Node in JavaScript

    Hello Friends I am looking to find a way to just simply know the selected node in TreeView using javascript. suppose there are n number of nodes in the Parent Child Relationship, then what i want to get value of the selected node in javascript so that i can manipulate and work on the values selected in javascript rather than do a full page postback to get the selected Tree node as selected by user in ASP.Net. is there any alternative to know the Node and whether the Node has any child or parent if
  • Triangle Outline Mode in VS 2010

    is it possible to enable/disable the triangle mode in VS 2010 beta1, or is it available as a separate install. suppose if i wants the code folding enabled in VS 2010, then how can i enable it or this feature is permanently disabled as per Jason Zander's blog posts regarding these triangle outline modes in VS 2010 Thanks
    Posted to Visual Studio 2010 Beta 1 (Forum) by Everest1980 on 7/5/2009
  • Re: Get the Real Column Name from Alias in DataSet/DataTable

    Hello Friend, thanks for your replies, will you please let me know of an example which i can follow, to know what really you are trying to say. Thanks for your comments[quote user="wmec"] You can make it Alias name=physical/real column name [/quote]
  • Get the Real Column Name from Alias in DataSet/DataTable

    Hello Friends Suppose i am writing a query as follows: "Select EmployeeID As ID, FirstName As FName, LastName As LName from Employees Order by EmployeeID"; and simply fill my dataset/datatable using the result set returned by the statement. My problem is that is it possible to get the "physical/real column name" using "Alias Name" from the dataset/datatable in which the resultset is bind. like i want EmployeeID when i look for ID and i want FirstName while looking for
  • How to publish and deploy incrementally

    Hello Friends I want to know how is it possible to publish and deploy a website incrementally using VS 2005. I am using ASP.Net 2.0 in VS 2005. Actually what i am trying to say is that suppose i publish and deploy a website and after sometime an exception occurs for which there is a minor change to be made in the code for the website and then i have to republish the whole website for a single change in the olye one page of the website and then deploy incrementally the chnaged/rectified file to the
  • Re: Handle Null Values Directly in DataSet/DataTable

    Thanks for your replies but what i am really trying to say is that suppose if am doing some sum/avg etc on some columns of the DataSet/DataTable, and say if a value is present there it works easily and if there is a null present in it then it will throw an exception i.e. why i am trying to set default values for null in a dataset/datatable. i somehow know how to handle the null values while doing the sum/avg etc on the dataset/datatable but still asking for any alternative, because i have to present
  • Handle Null Values Directly in DataSet/DataTable

    Hello Friends I am trying to Handle Null Values which are coming in my DataSet/DataTable as the result of the SQL Query which i have executed and filled the DataSet/DataTable. Now i am trying to set default values in case of Null if any in my DataSet/DataTable directly through code i.e "" for a string column in DataSet/DataTable, 0 for integer column, in case of a Date column i don't know what to set the default value in DataSet/DataTable. Actually it can also be done from the query
  • Apply NumberFormatInfo to a DataSet, DataTable or etc

    Hello Friends I am trying to apply NumberFormatInfo to a DataSet, DataTable but the NumberFormatInfo Settings are not applying on the DataSet/DataTable. I am trying to apply NumberFormatInfo on the DataSet/DataTable using the t_DS stands for DataSet as NumberFormatInfo myNfi = new NumberFormatInfo(); myNfi.NumberNegativePattern = 0; myNfi.NumberDecimalDigits = 0; myNfi.NumberGroupSeparator = ""; t_DS.Tables[0].Locale.NumberFormatInfo = myNfi; and same for the DataTable aswhere t_DT stands
Page 1 of 1 (9 items)