Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
P

padvit

@padvit
About
Posts
40
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Update a record in a database via a datagrid
    P padvit

    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

    ASP.NET database help announcement

  • inserting data in sql
    P padvit

    HI there, Why dont you try with only 2 parameters may be u r going wrong with parameter supply Padvit

    ASP.NET asp-net database sales

  • Date/Time. Looked Everywhere. Can't Solve This. Urgent. Thank You.
    P padvit

    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

    ASP.NET question html com docker xml

  • Adding cookies to Webservices
    P padvit

    Hi 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

    ASP.NET design question

  • Dataset.GetXml() problem
    P padvit

    I 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

    ASP.NET xml help

  • Dataset.GetXml() problem
    P padvit

    I 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

    C# xml help

  • Dataset.GetXml() problem
    P padvit

    I 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

    ASP.NET xml help

  • Dataset.GetXml() problem
    P padvit

    I 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

    XML / XSL xml help

  • Table name as parameter
    P padvit

    If 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

    ASP.NET database

  • Globalization of Application
    P padvit

    I 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

    ASP.NET database help tutorial learning

  • Globalizing Web App
    P padvit

    Could anyone lead me to technical documents which will give me the complete(from fundamentals to Advanced) picture of globalising the Web app. Padvit

    ASP.NET

  • Page Control
    P padvit

    Thank you very much for the information. Padvit

    ASP.NET css help

  • Page Control
    P padvit

    I 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

    ASP.NET css help

  • databinding issue in dropdownlist
    P padvit

    thank you very much for reply. Iam trying in different way. Padvit

    ASP.NET help database

  • databinding issue in dropdownlist
    P padvit

    I 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

    ASP.NET help database

  • Retaining the values selected in dynamically added dropdownlists
    P padvit

    Hi 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

    ASP.NET

  • Retaining the values selected in dynamically added dropdownlists
    P padvit

    I 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

    ASP.NET

  • Loading controls dynamically
    P padvit

    Hi 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

    ASP.NET

  • Loading controls dynamically
    P padvit

    I 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

    ASP.NET

  • In a Usercontrol which control triggered postback event
    P padvit

    Many thanks for the solution. I have been using it. it is absolutely working fine Padvit

    ASP.NET help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups