Hi, I am having a gridview at runtime in which I add row or column on click action of add row and add column buttons. however in the Postback event I am not able to retrieve the text box in the templated column. Kindly provide any idea, what I need to do Thanks and regards
kaushik_Manoj
Posts
-
Retrieve text from textox in a dynamically template field from Gridview -
Run application on WM6 based PDA startupThanks for the help, I have successfully initiated my application at the start up event Regards Manoj Kaushik
-
Run application on WM6 based PDA startupHello Joel Thanks for the help, it really hepled
-
Run application on WM6 based PDA startupHello Everyone I need to start up my application when user activates the PDA or on the start up event of the PDA. Is there any way to make the application start at the activation or start up event of the WM6 based device. Thanks in advance Manoj Kaushik
-
Getting Socket Exception when using RAS and TCP client bothHi I need to dial to a modem using RAS and than communicate to a TCP server using tcp client. If I test RAS and TCP connection in isolation (using sample applications) both are running fine. However when use them both in the order 1. RAS call 2. TCP connection using TCP client. I am getting following exception: System.Net.Sockets.SocketException: An error message cannot be displayed because an optional resource assembly containing it cannot be found at System.Net.Sockets.Socket.ConnectNoCheck() at System.Net.Sockets.Socket.Connect() at System.Net.Sockets.TcpClient.Connect() at System.Net.Sockets.TcpClient.Connect() at SerialCommunicator.TcpConnection.Connect() at GosHawkII.Forms.FormMain.ConnectTcpClient() at GosHawkII.Forms.FormMain.Connect() at GosHawkII.Forms.FormMain.MenuItemConnect_Click() at System.Windows.Forms.Control.OnClick() at System.Windows.Forms.Button.OnClick() at System.Windows.Forms.ButtonBase.WnProc() at System.Windows.Forms.Control._InternalWnProc() at Microsoft.AGL.Forms.EVL.EnterMainLoop() at System.Windows.Forms.Application.Run() at GosHawkII.Program.Main() Kindly advice what I need to do to achieve the desired results Thanks in Advance Manoj Kaushik
-
How to Register an application from IE MobileHi Kindly tell me how to register my application with the Pocket PC, I want applet like functioning, as when the my link is opened from any pocket PC, it should register my applications exe or dll file to the Pocket PC. So that my application's code get executed on a particular event say SMS outgoing or receiving. Thanks in Advance
-
InvalidProgramException: When running the WM6.0 application on the WM5.0 device even after the Platform is changedHi, I have developed a compact framework application with target platform as Windows mobile 6.0, Now I am trying to run the application on Windows Mobile 5.0 too, for that I change the target platform to "Windows Mobile 5.0 Pocket PC SDK" for each of the project in my solution. When I debug my application from Visual Studio, the application runs fine but when I try to run application from installing using Cab setup project, it shows the "InvalidProgramException". Kindly reply if I am missing some step. After changing the target Platform, I add the project output again, and also I am using localization resources for multiple language support. Thanks in advance
-
View / modify file metadataI am developing a web application using ASP.NET 2.0. I want to view/modify file metadata like Author, Title, Company, etc. that file may be a txt / doc / exe / xml / html / pdf/ doc any format... File metadata can be viewed / modified using dsofile.dll, but it is applied only on Office documents. How can I view/modify file metadata that can applied on all files( txt / doc / exe / xml / html / pdf).
-
Localization resources get corrupted when installed through the cab setup projectHi I am working on the multi language support for a mobile application targeted for WM5.0 and WM6.0 devices. The localization resources dlls work good when I test application in debugging mode, but it poses problems when I deploy using the cab files. I have included the localization resources for the application in the cab setup project but it seems that when the localization resources dlls get corrupted when deployed through the cab set up project, because the size of the dlls is not the same when deployed on the device in debugging mode and through cab installer. Kindly tell if I am missing something. Thanks in Advance
-
How to add custom properties in windows NTFS file system using .netHow to add custom properties in windows NTFS file system using .net
-
Not able to create folders on exchange 2003 on Windows 2003I am trying to create folders on exchange 2003 on Windows 2003. But it is giving the following exception while creating folders. The Libraries used are InfiniTec.Exchange.dll version 0.92 and InfiniTec.Threading.dll version 2.1. Please guide me on how to deal with this. The Exception details are : InfiniTec.Threading.AsyncOperationFailedException: Async operation failed. See inner exception for details. ---> System.Net.WebException: The remote server returned an error: (401) Unauthorized. at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at InfiniTec.Exchange.WebDav.Request.d__a.MoveNext() at InfiniTec.Threading.AsyncOperation.Advance(Object state, Boolean timedOut) --- End of inner exception stack trace --- at InfiniTec.Threading.AsyncOperation.EvaluateOperationResult() at InfiniTec.Threading.AsyncOperation.WaitForCompletion() at InfiniTec.Exchange.ItemBase.Save() Manoj Kaushik
-
verify MS Index server from codeHi Can anyone please tell how the Indexing server can be provided the credentials for the authentication and authorization of user, and to access a Indexing server on remote machine that is out of domain? Thanks in advance Manoj Kaushik
-
How to find the data transfer rate over the network?Hi In my application, I need to find the average data transfer rate over the network to show the progress bar, If any one know how to retrieve it in asp.net, kindly reply. Thanks in Advance Manoj Kaushik
-
Indexing serversHi Is it possible to query a catalog on a remote system.I am able to query the catalog when i am running the code, but once i have deployed my code on the IIS, it gives an exception 'The catalog not present.SQLState=42000'. its working fine when i am quering a remote catalog whichis on the system in the same domain, but is not working on the catalog situated in another domain. If any ideas please reply as soon as possible. Thanks in Advance Manoj Kaushik
-
Indexing Folders on networkHi I am trying to index folders that are located in network in the MS Indeing server in ASP.Net c#. But when i call the method AddScope() providing the sharename ,folder path and the credentials it gives following exception: System.Runtime.InteropServices.COMException (0x8004160A): Exception from HRESULT: 0x8004160A at CIODMLib.ICatAdm.AddScope(String bstrScopeName, Boolean fExclude, Object vtLogon, Object vtPassword) could you please tell what this exception about and how can i remove this to attain the desired functionality. -- modified at 4:04 Wednesday 9th May, 2007 Manoj Kaushik