At first glance I feel there datatype mismatch happening, Closely watch the values passed and datatypes may be you will be able to trace out Padvit
padvit
Posts
-
Update a record in a database via a datagrid -
inserting data in sqlHI there, Why dont you try with only 2 parameters may be u r going wrong with parameter supply Padvit
-
Date/Time. Looked Everywhere. Can't Solve This. Urgent. Thank You.Hi Please try out this in this way take a grid had a column to it programmtically and sent format string for each column either find out column no which is datetime and set dataformat string for that column like this strFormat = "{0:g}" this might help you out Padvit
-
Adding cookies to WebservicesHi Everybody, Iam trying to pass cookies from User Interface(WebApp) to WEbservice. Iam using soapcontext to add the cookies //the cookie is added m is the webservice proxy name SoapContext sContext = m.RequestSoapContext; sContext.Add("cookies",aCookie); //Iam trying to find out whether the cookie is passed at webservice it always return false bool t = RequestSoapContext.Current.Contains("cookies") I would like to know what is wrong with this or any other method thru which i can pass cookies Thanks in advance Padvit
-
Dataset.GetXml() problemI tried setting the date format in the first it is getting applied but for the second case it is not getting applied. I tried to get the schema from dataset in either of the cases the the field is date time Padvit
-
Dataset.GetXml() problemI have dataset which is binded to datagrid and dateformating is done based on culture. This happens fine with out any problem. If my dataset is retrieved as a xml string using dataset.GetXML then converted to dataset and binded to datagrid. The date formatting wont take place instead it displays in the following format 2005-02-09T14:13:24.8280000-00:00. But I want the dateformatting to take place on datagrid in either of the case. Padvit
-
Dataset.GetXml() problemI have dataset which is binded to datagrid and dateformating is done based on culture. This happens fine with out any problem. If my dataset is retrieved as a xml string using dataset.GetXML then converted to dataset and binded to datagrid. The date formatting wont take place instead it displays in the following format 2005-02-09T14:13:24.8280000-00:00. But I want the dateformatting to take place on datagrid in either of the case. Padvit
-
Dataset.GetXml() problemI have dataset which is binded to datagrid and dateformating is done based on culture. This happens fine with out any problem. If my dataset is retrieved as a xml string using dataset.GetXML then converted to dataset and binded to datagrid. The date formatting wont take place instead it displays in the following format 2005-02-09T14:13:24.8280000-00:00. But I want the dateformatting to take place on datagrid in either of the case. Padvit
-
Table name as parameterIf you are passing table_name as a parameter to stored procedure and using there is a specific syntax which should be followed and used. I dont remeber exaclt how I had done this. As well there are some limitations with the same. Padvit
-
Globalization of ApplicationI had few doubts on Globalization could anyone help me out. These are basic things which I wanted to know. 1. The point that our control will take up data from resource file is clear. 2. What changes do we need to make to our controls so that it takes up the inputted charaters in local language. 3. There are some data in database which will be taken up directly by application. What changes do we need to do so that data from database is in local language. If could guide me to any articles on this I will be grateful. Padvit
-
Globalizing Web AppCould anyone lead me to technical documents which will give me the complete(from fundamentals to Advanced) picture of globalising the Web app. Padvit
-
Page ControlThank you very much for the information. Padvit
-
Page ControlI need to generate page control and associate the same with grid can any one suggest me any best method or refer me to any books which can help me out The format is something like this PREV 1 2 3 4 5 6 7 8 NEXT Padvit
-
databinding issue in dropdownlistthank you very much for reply. Iam trying in different way. Padvit
-
databinding issue in dropdownlistI have two datasets one is used to fill the dropdownlist values. Second one points to the value to be selected in dropdownlist. Datatextfield (string), value field(string) are set at runtime in pageload databinding is taking place in pageload only once when page loaded for firsttime. The Issue is Iam not able to select the value according to second dataset record. The problem is since these are usercontrols many pagebinding is taking place and selectvalue, selected index everything is failing at some point can anyone help in this Padvit
-
Retaining the values selected in dynamically added dropdownlistsHi there I will detailly explain, the controls are added at design time. they are binded at runtime whats happening here is each time when I contact database and retrieve particular record the current value is not selected in dropdownlist. Padvit
-
Retaining the values selected in dynamically added dropdownlistsI have a dropdown list which is dynamically added at runtime. Iam not able retain value selected before post back. The property enableviewstate is set to true. Padvit
-
Loading controls dynamicallyHi thank you once again. The information is very useful. I find always answers for all of my question from you thats really great. Can you give me introduction of your self just interested to know about you. Padvit
-
Loading controls dynamicallyI would like to know is it possible to load controls dynamically other than in pageload. I tried the same the dynamically created controls are not behaving properly. They are sometimes visible and not visible. The events get triggered abnormally. Padvit
-
In a Usercontrol which control triggered postback eventMany thanks for the solution. I have been using it. it is absolutely working fine Padvit