Hi All, Can you pls explain with example what is difference between Expression<Func<>> and Func<> in linq to sql query generation? Thanks in advance,
Anish Patel
Hi All, Can you pls explain with example what is difference between Expression<Func<>> and Func<> in linq to sql query generation? Thanks in advance,
Anish Patel
Hello All, I am using itextsharp(Free Version) for generating pdf in multilingual site. Itextsharp tool generate pdf in English language as well as in arabic language also but as per my requirement i want "Arabic Transpanrent" in arabic langauge so is there any way to support "Arabic Transpanrent" font using itextsharp? and can i add "Arabic Transparent" font in itextsharp tool? How i can support "Arabic Transpanrent" in itextsharp? or if you know any other tool which is support pdf generation with English as well as Arabic langauge ("Arabic Transpanent Font") then please let me know. Thanks in advance.
Anish Patel
Hello All, I need to search recursive control inside gridview i have written below code but i can not able to find the control in which are define in I have taken on linkbutton inside templated field but when i try to search control but i didn't get. Code : public static Control FindControlRecursive(Control Root, string Id) { if (Root.ID == Id) return Root; foreach (Control Ctl in Root.Controls) { Control FoundCtl = FindControlRecursive(Ctl, Id); if (FoundCtl != null) return FoundCtl; } return null; } but it return null while i am try to find out control like LinkButton B = FindControlRecursive(GridView1, "lnk") as LinkButton; can you please help how to resolved above issue? Thanks in advance,
Anish Patel
Please give difference between postbackurl and response.redirect. and on which case we use postbackurl instead of response.redirect Thanks in advance,
Anish Patel
Helo All, I have defined one usercontrol UserDropdownlist and that UserDropdownlist i have bind in render method as per my requirement (Control render method) and on page when i hit submit one control load event i get item.count = 0 i don't why this happpen event data display on viewstate? If that issue resolved if i am binding UserDropdownlist list in onload method of control so can you please tell me what is reason for that? Thanks in Advance,
Anish Patel
Hello All, I have one select box in Html and i want to call javascript when scroll down event in IE 6.0 that is working with firefox as well as in IE 7.0 below call work in IE 7.0 but not workin IE 6.0 function first() { alert('scrolldown'); } please help me out how can i solved above issue Thanks in advance,
Anish Patel
Thanks, it's working
Anish Patel
Hello All, i have facing one problem i have one check box like below Now i want to Enabled = true in javascript not server side then how it possible i have try through below code but not woking please let me know how it possible. like, funcction enableAll() { var Checkbox = document.getElementById('<%=uxonechk.ClientID %>'); ConformOwnershipDropdown.disabled = false; } this above function i have call on dropdown "onChange" event Please let me know how it possible to Enabled = true using Javascript Thank you in advance,
Anish Patel
Thank you
Anish Patel
Hello All I need to search pattern in Array list using Javascript. Like there is one Array which have five value like a[0] = 'apple' a[1] = 'car' a[2] = 'car1' a[3] = 'bike' a[4] = 'office' a[5] = 'computer' i want find those array list which are contain 'ca' character OUTPUT:- like In another array have contain two element like car and car1 can you please help me out how it possible in javascript? Thanks in Advance.
Anish Patel
Hello All, i have two list box when i move list item from one list to another list using javascript i don't get destination list box item in server side. so i have using IPostBackDataHandler interface that have one method LoadPostData method which return postcollection of item. so can you please let me know how it possible that method return destination list item array Thanks in Advance
Anish Patel
Hello All, how to remove item from viewstate i have two list box when i shift item from one list box to another list box using js then after that item display on view state so can you please tell me how to remove item from viewstate? Thanks in Advance,
Anish Patel
modified on Thursday, July 16, 2009 5:14 AM
Hello All, i have list box which have display only 10 item at a time and when user scroll down i have fire one click event through java script and fill next 10 record in list box. but i have one problem when click event is fire i want to set scroll position at 11 record. can you please help how it's possible? Thanks in advance.
Anish Patel
That is my requirment to display whole data in list box
Anish Patel
Hello All, i have one list box which contain more than 20,000 row so that causing very long time to load the page so i want to dispaly top 100 row at a time display in list box. so what my requirement is there when i have down the scroll bar next 100 row is loaded. So Can you please help me how can i dentify or any event which is fire when i am reach at bottom of scroll in list box? Thanks in Advance,
Anish Patel
Thanks for quick response but it's also return null can you please help me out ? for your more information my script in common palce like inside .js file Thanks
Anish Patel
Thanks for your response Yes parent is id of div and i have given runat="server" with div tag for your information my script in common place like inside .js file and if i want to write same statement in page i get that ClientId so can you please help me out how can i get div client id in common js?
Anish Patel
Hello All, I want to get ClientID of Div tag in javascript so can you please help me for that? i have declare div with runat="server". -------- Javascript ----- var divId = document.getElementById('<%=Parent.ClientID%>'); but divId returns null So can you please help me how i want to get clientID of div? Thanks in Advance.
Anish Patel
Hello All, I have facing one issue that when i have download any file through file download dialog box before i got message dialog box like "This page contains both secure and nonsecure items. Do you want to display the nonsecure items." can you please tell me how to fixed that issue through code in c#? That issue only face in IE 6. but in IE 7 it is working fine. Thanks in Advance.
Anish Patel
But property is defined in user control not getting in javascript. so how can i access in javascript. Thanks,
Anish Patel