Search

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

Matching Posts

  • Re: How do we find the type of a variable

    hi, to know the type we have GetType() method for every object created. from this we can find the IsValueType IsSerializable etc.. ----------------------------------------------- please mark answered if i have solved your query....
    Posted to C# (Forum) by phushpa setu on 1/29/2009
  • Re: I want to implement methos using Threading concept

    source files are generated using third party tools in my application. then my application does the work i have mentioned after that SSIS will load the data into DataBase with some transformations. my application is taking time to complete the process so i need to speedup the process thanks for your reply
    Posted to C# (Forum) by phushpa setu on 1/29/2009
  • Re: I want to implement methos using Threading concept

    hi Guys, But my source folder has around 1,00,000 files so i want to implement this using Threading Concept. please suggest me if there is any alternative method to implement to make things faster? thanks for you reply
    Posted to C# (Forum) by phushpa setu on 1/29/2009
  • I want to implement methos using Threading concept

    hi all, I have working on application it uses a class. there is method in side the class where i am doing on IO Operation, Below is sample replica of my class method i need to implement with Multi threading class Sample { public string execute( string sourcePath, string values) { Dictionary < string , string > ColValues = new Dictionary < string , string >(); ArrayList cols = new ArrayList (); StreamReader sReader = new StreamReader (values); // creating for output StreamWriter sWriter;
    Posted to C# (Forum) by phushpa setu on 1/29/2009
  • how to access the content of History folder

    how to access the content of History folder i am using Environment.SpecialFolder.History to retrive the History folder path, But iam unable to retirve the folders.. thanks in advance
    Posted to C# (Forum) by phushpa setu on 10/11/2008
  • Re: UpdatePanel unable to show calender popup control

    Hi, My issue was solved. I have given the date controls in startupscript. Now it is working fine
  • TextboxWatermarkExtender behaviours like a Textbox value

    Hi, I am using TextboxWaterMarkExtenders to all my textboxes in the page. I also put FilteredTextBoxExtender to the same controls. While entering the values in the textbox, i am restricting some charaters in each textbox. So, what happens is when i enter any invalid data in any textbox, then Watermark will become like a static text in the Textbox, when i click on submit button, that Watermark text will be saved in the database as if it is a value of the textbox. Please tell me how to control this
  • AJAX ConfirmationExtender with Client side validations

    Hi All, In my web page i have a grid. Grid contains textbox, dropdown list, Check box and a button. I added a ConfirmationExtender to the button. when i click on a button first confirmation box is getting displayed and then asking for values which is to be entered in the textbox. But, i dont want like this. First i need to check whether the checkboxes are checked or not and value are entered in Text box or not and whether a value is selected from a dropdown or not. If all are entered only then i
  • Browser Back button

    Hi, Can any one tell me how to go to the previous page where i was in second page of a grid in previous page. Eg: I have a grid page which contains dropdownbox, two buttons. I enter some value and click on button, then some rows will be displayed. now if i navigate to some other page which has a Back button. When i click on Back button then i should come to the first page with the previously enered values in the textbox. Exactly it should work like a browser back button but i should not use "history
    Posted to Web Forms (Forum) by phushpa setu on 9/25/2008
  • Javascript error with UpdatePanel

    Hi, I am using update panel in my page. i am also using a calender control which a dll. i used some AJAX controls in my page. In my page i am getting some Javascript error like "ObjectRequired". But i cannot identify where the object is null. Please help me by seeing the code i sent. This is very importent to me. <% @ Page Language ="C#" MasterPageFile ="~/Default.master" Title ="UTrack :: Issue Log" AutoEventWireup ="true" CodeFile ="Issues
Page 1 of 5 (46 items) 1 2 3 4 5 Next >