Search

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

Matching Posts

  • Re: Storing Datatable in memory

    Hi, how do i access a variable declared in global.ascx file in aspx pages? any idea? please suggest.
  • Re: Storing Datatable in memory

    thnx dude for the reply. Tats a gud idea. i didnt think of it as im not used to C#. using static datatable object in global file, will it retain the object until the application lasts there? i want the datatable to be populated just once. there after i should change it only the sql tables get updated. is tat possible by declaring it as a static object?
  • Re: Storing Datatable in memory

    oH! tats gr8. how suggest me is it advisable to keep minimum of 10000 rows table in datatable and 6 to 7 tables like tat in memory? and need to query from that datatable for a single row. will datatable perform well? how much max rows i can store in a datatable?
  • Re: Storing Datatable in memory

    i already told about the sql dependency thing. but he doesnt want to query the sql again. if the table gets updated by tat time only it has to repopulate. until then i shldnt request db. understand my problem now? :-)
  • Storing Datatable in memory

    Hi As soon as my application starts, i need to store some 11 datatables in memory. i should not use Cache or session. Each table may have minimum of 25000 Rows. How do i do it? is there any other special way to keep it in memory using other techniques?
  • Re: Storing Datatable in memory

    thnx for reply. the thing is if i place a datatable with 50000 Rows and multiple columns in cache and when i take it back i have to cast the object again to datatable. so the executing thread will have another datatable with 50000 rows. this is the view of my lead and tats why he doesnt want to use. and there will be another 10 Datatable like this. he want to use some memory mechanism where in he want to directly query the datatable and take value from it (just like querying a sql table) and this
  • Re: Mobile Phone Error

    hi mark, happy that you got your problem solved :-). always happy to help. and you should have marked my reply with code as answer. you marked the other resposne as answer instead (code block may help others who is searching for the same problem). And regarding getting rid of the message, dont think its possible as it is phone dependant. message may vary depending on the phone and browser.
  • Re: Mobile Phone Error

    Hi Mark, you got my code working? as i have given.. you need to check, better, the capabilities of the browser if it supports CanInitiateVoiceCall .
  • Re: TextBox Focus

    hi rameshduraikannu, Setfocus() or Focus() is not supported in Mobile Web Forms. It cannot be used in Mobile Web Forms. https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=113661 Check out the reply given here by Microsoft.
  • Re: Mobile Phone Error

    Hi Mark, Can you share the code? Try using this sample code <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1"> <meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1"> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/Mobile/Page"> <script language="vb" runat="Server"> Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase
Page 1 of 9 (87 items) 1 2 3 4 5 Next > ... Last ยป