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
U

User 4547220

@User 4547220
About
Posts
15
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Using wildcard character
    U User 4547220

    Hi, I have a following file names in my database. TestDocument _ 1 _ 0 TestDocument _ Evidence Test45 123_publish when i am entering the Test_ in the DocumentName textbox it is forst converted to uppercase and send to the query and query has following expression which returns all record where it should not have to return any record. please tell me the changes in the following expression. I am using the Oracle10g database. UPPER(DOC.ORIGINAL_FILE_NAME) like '%TEST_%' Thanks, Umesh Tayade .

    Database database

  • Using Wild Character _ [modified]
    U User 4547220

    Hi, I am using Oracle10g database. Thanks, Umesh Tayade

    C# database

  • Using Wild Character _ [modified]
    U User 4547220

    Hi, I know that there is no document with the name TEST in my database but what i am telling is that when i search for TEST_ it should not have to return any records. but it is returning the records. Thanks, Umesh Tayade Never Underestimate the power of Human Stupidity

    C# database

  • Using Wild Character _ [modified]
    U User 4547220

    Hi, I have a following file names in my database. TestDocument _ 1 _ 0 TestDocument _ Evidence Test45 123_publish when i am entering the Test_ in the DocumentName textbox it is forst converted to uppercase and send to the query and query has following expression which returns all record where it should not have to return any record. please tell me the changes in the following expression. UPPER(DOC.ORIGINAL_FILE_NAME) like '%TEST_%' Thanks, Umesh Tayade .

    modified on Tuesday, May 24, 2011 6:32 AM

    C# database

  • Using WildCard Character
    U User 4547220

    Hi, In my application i have a search criteria field in which one document name field is there. I have a document in my database with name $#%#$. Now, I want to search for document by entering only %. How i do that? I tried differnt things but its not working. If i entered % in the document name field it gives me all the document.But, I want only that document. Thanks, Umesh Tayade

    ASP.NET database question

  • Replacing WildCard Character
    U User 4547220

    Hi, Thanks for Answering, but replacing it in that way it gives all the records from the database. I have replaced the & by Ascii value of it(&) and its working. inputSQL.Replace("&", "&"); Thanks, Umesh Tayade

    ASP.NET database oracle

  • Replacing WildCard Character
    U User 4547220

    Hi, I got the Answer. I Replaced & by ascii value of it(&). Its Working.

    ASP.NET database oracle

  • Replacing WildCard Character
    U User 4547220

    Hi, I want to replace the wildcard character '&'. Actually Entering the & as a input in search criteria gives all records. I want to replace that character so that i won't get any record for that. I am using Oracle as database. Thanks, Umesh Tayade

    ASP.NET database oracle

  • About Apllication More Memory usage
    U User 4547220

    Hi, I had checked it in Task Manager. Actually i havent devoloped this Application. I am just going through it and i came to know that it is making full cpu usage. can suggest me what are the possibilities of it? How do i overcome it? Thanks, Umesh Tayade

    WPF help question performance announcement

  • MVVM Model
    U User 4547220

    Hi, I read about MVVM model. Using MVVM model i can reduce the code behind. What does it Mean? As MVVM model is separating the view, Model and ViewModel. What is the actual use of ViewModel. can't I bind the data from model itself rather than ViewModel? Thanks, Umesh Tayade

    WPF question wpf architecture

  • About Apllication More Memory usage
    U User 4547220

    Hi, My Project is devoloped with silverlight4. In my Project i have used some telerik controls with version 3. But, the problem with my application is it is taking too much memmory. Actually my Application is showing records for perticular order no, so, can u help me. How can i reduce the memory? Thanks, Umesh Tayade

    WPF help question performance announcement

  • Use of Observablecollection in Silverlight
    U User 4547220

    Hi, Thanks. I understaqnd it now. I am new to Silverlight. But i am working on the project which is based on silverlight. This project is completed but i am trying to understand this. Would you please suggest me some resources to learn silverlight as early as possible (Books ,Sights, etc.). Thanks Umesh Tayade

    WPF question visual-studio wpf design regex

  • Use of Observablecollection in Silverlight
    U User 4547220

    Sorry, but i am not getting what exactly i want. Actually I am new to silverlight so i am not clear with it. In the Given code (Populating a DataGrid in a Silverlight Application using MVVM) it is not calling the PropertyChanged Event. Can u provide code which calls that event.

    WPF question visual-studio wpf design regex

  • Use of Observablecollection in Silverlight
    U User 4547220

    Can u please explain me how the changes to the _studentList can reflect to UI with code?

    WPF question visual-studio wpf design regex

  • Use of Observablecollection in Silverlight
    U User 4547220

    Hi, I have Question about the use of Observable Collection? During reading about MVVM Pattern i read about the observable collection that it reflect the changes to the UI Automatically which is not possible in the List collection.But i really dont understand it what it exactly means in practical terms. I want a demo for the Difference between the List VS ObservableCollection Vs PropertyChangedEventHandler. I have read the document on your site but i am yet not clear about it? will you please help me?

    WPF question visual-studio wpf design regex
  • Login

  • Don't have an account? Register

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