Hello buddies, Solved it this way: clsXYZ _clsxyz= dgxyz.SelectedItem as clsXYZ; Regards
mdrizwan_1
Posts
-
I wanna retrieve value from the hidden column in datagrid in silverlight 4 -
I wanna retrieve value from the hidden column in datagrid in silverlight 4Hello Holmes, Thanks for your reply. I have bounded the datagrid Itemsource with service result. That's the problem. Can you provide an sample or link to know how to get this done?. Regards
-
I wanna retrieve value from the hidden column in datagrid in silverlight 4Hello, I m in a bit trouble can any one please help me? I have added a DataGrid on a usercontrol page in silverlight 4.And bind it to an 'xyz' table. When i m updating the contents of the table , m passing the xyzId of selected row which is in hidden column. Now were the problem arises m unable to get the value , it returns empty string . Any help appreciated? Regards
-
How to replace tab with space while performing OCR scan using MODI 11.0?Hello Mycroft Holmes, When the data is retrieve in text file the order of rows and columns changes hence ,when i replace space with tab in Text file. I do not get the required table layout as in image file. Therefore i wanna replace it at the time of OCR scanning or know is there any alternative to achieve it. Any suggestion appreciated. Regards Rizwan
-
How to replace tab with space while performing OCR scan using MODI 11.0?Hello Everybody, I am creating a app to convert Image to Text file. I refereed following link []. I am able to convert Image to text file.But when i convert Image file which have row and column layout (i.e., data is as in excel sheet format).when i read this type of file if the gap between corresponding columns is different. OCR takes it as Row delimiter and cuts the following text on new line. So I wanna replace the gaps to equal space while performing OCR scanning. Please help Any suggestions appreciated. Regards Rizwan
-
How to Set different forecolor to numbers between 0-9.Thanks for it Dave. Regards Rizwan
-
How to Set different forecolor to numbers between 0-9.Hello Dave, Thanks for the link .Can you help me for a start ??? Regards Rizwan
-
How to Set different forecolor to numbers between 0-9.Hello Dave Kreskowiak, Thanks for your response. You may assume it as an AddIn. Its a mini project where i can enter number with different colors and save it in Excel or any supportable format. and it should be editable. Any suggestion appreciated? Regards Rizwan
-
How to Set different forecolor to numbers between 0-9.Hello , I wanna create an VB6 Appln, in which each number between 0-9 has different forecolor .And when the number is pressed specified forecolor for that number should set in cell.Eg: If 0 = Red, 1=Green, 2 =Blue. When 0 is pressed its forecolor should be red and when 1 is pressed its forecolor should be Green and so on. And When 12 is pressed 1=Green and 2=Blue. Can anybody help me to achieve this.Any suggestion Appreciated.What should i start with? Regards Rizwan
-
How to connect to Ms Access Database?Hello walterhevedeich, Thanks for your response. The problem is When i Host this app on a domain. how do i get the location of First App folder in the second App? Rizwan
-
How to connect to Ms Access Database?I am having 2 Web Application . I want to access same MS Access database in both application. First App has the database in its App folder. Now i want to provide connection to the same database in another App. Please help. Regards Rizwan
-
Web ServicesCheck for web service status (i.e.,What is it return type), according to it process your code.
-
Javascript does not work with firefox browser?Hello, I have following javascript below it works fine with IE explorer when i try to insert special characters in textbox it does not except it. But when i run this in firefox it does not have any effect it excepts special characters in texbox.Can anybody solve this problem it will be a great help? Thanks in Advance.
<script language="JavaScript" type="text/javascript"> function NumberOnly() { var keyASCII = window.event.keyCode; var keyValue = String.fromCharCode(keyASCII); if (!(keyASCII >= '97' && keyASCII <= '122') && !(keyASCII >= '65' && keyASCII <= '91') && !(keyValue >= '0' && keyValue <= '9')) { window.event.keyCode = 0; } } </script>``<asp:TextBox ID="txtbName" onkeypress = "NumberOnly()" runat="server" BorderStyle="Solid" BorderWidth="1px" BorderColor="#CCCCCC" BackColor="White" Width="150px" CausesValidation="True" Height="20px" MaxLength="50"></asp:TextBox>
-
How to fire specfied hot key on Form Keydown?Hello, I want to display menu list on specified hot key such as 'ALT + S'.But i m unable to get key combination.as i press Alt the keydown event is fire it does not accept combination .Please help . 'Keypreview = true'.
-
I want to add, edit and delete data from table using gridview in Asp.net?Its not so hard but i want add Data in Gridview Selected Cell and Save its contains in Table as we do using fp spread for some other 3 party components?
-
I want to add, edit and delete data from table using gridview in Asp.net?Hello, Please help i want to add update and delte data from the specified table.I m using Gridview and i want to to add data in grid when add button is clicked and also edit it on edit button. It same as we do in windows app (i.e., is add data in specify cells and click on save button to save the data in table.)Please help its urgent?
-
Index was outside the bounds of the array?Thanks a lot dear i was been initialized before and was not cleared.therefore it was throwing and exception? Thanks to All.
-
Index was outside the bounds of the array?array size is set equal to record count?
-
Index was outside the bounds of the array?i is initialsize to 0 and array size is set equal to record count?
-
Index was outside the bounds of the array?Please can anyone provide solution to this? Index was outside the bounds of the array. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.IndexOutOfRangeException: Index was outside the bounds of the array. Source Error: Line 137: { Line 138: Line 139: lngCaseMasterIDAry[i] = Convert.ToDouble(dr["CaseMasterID"]); Line 140: strCaseNoAry[i] = dr["CaseNo"].ToString(); Line 141: strCaseBrief[i] = dr["CaseBrief"].ToString(); Source File: e:\CDRV3WebVersion\CaseMaster.aspx.cs Line: 139 Stack Trace: [IndexOutOfRangeException: Index was outside the bounds of the array.] CaseMaster.btnView_Click(Object sender, EventArgs e) in e:\CDRV3WebVersion\CaseMaster.aspx.cs:139 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746