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
X

xodeblack

@xodeblack
About
Posts
32
Topics
19
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How I get Application_Exit Eventhandler in javascript code
    X xodeblack

    How I get Application_Exit Eventhandler in javascript code.... I mean when Application_Exit Eventhandler fires how I notify in javascript

    WPF javascript

  • Pop Window not show seprately When calling it from Javascript
    X xodeblack

    Hi................! I have two projects in one solution........... One is Web project and second is silverlight project that display popup window ...................... I call that silverlight popup from Javascript........... When I set silverlight project as startup project then popup window display fine...........But When I set web project as stratup project then popup window is part of .aspx page .............................. How the problem is to be fix.............. I want popup window when calling from javascript...............Not part of webpage(.aspx page)................ Regards Kashif

    Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep

    WPF help javascript

  • Is it possible to add silverlight popup in asp.net code
    X xodeblack

    There is list box............. When user will click on that listbox then silverlight popup should open

    Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep

    WPF csharp asp-net

  • Is it possible to add silverlight popup in asp.net code
    X xodeblack

    Is it possible to add silverlight popup in asp.net code

    Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep

    WPF csharp asp-net

  • Popup window in silverlight
    X xodeblack

    Hi ....... I want to display popup window ............ when user click on asp.net button(register clientside JavaScript function) in aspx page ..... then popupwindow should display with given text, text is parameter ...................... that pass asp.net button to client JavaScript function ... waiting your reply

    Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep

    WPF csharp javascript asp-net

  • Update .Net Framework 3.5 to .Net Framework 3.5 SP1
    X xodeblack

    Want to Update .Net Framework 3.5 to .Net Framework 3.5 SP1................please send me link .............I just want to update .Net Framework 3.5 to .Net Framework 3.5 SP1..........Not Complete installation of .Net Framework 3.5 SP1 Thankz in Advance

    Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep

    .NET (Core and Framework) csharp dotnet announcement

  • How to call javascript function in page_load event without any control attachment
    X xodeblack

    thankz Abhijit Jana

    Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep

    ASP.NET javascript tutorial

  • How to integrate Asp.net application with Quick books
    X xodeblack

    first of all thankz ur reply Quick book is accounting software

    Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep

    ASP.NET csharp asp-net tutorial

  • How to integrate Asp.net application with Quick books
    X xodeblack

    How to integrate Asp.net application using sqlserver with Quick books

    Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep

    ASP.NET csharp asp-net tutorial

  • How to call javascript function in page_load event without any control attachment
    X xodeblack

    How to call javascript function in page_load event without any control attachment

    Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep

    ASP.NET javascript tutorial

  • Error When gridview property EnableSortingAndPagingCallback set to true (gridview has tempate field column)
    X xodeblack

    I have gridview control with Template field(Checkbox) in Asp.net ...................When we set EnableSortingAndPagingCallback property to true and run the application..........if gives the following error ...

    Callbacks are not supported on TemplateField because some controls cannot update properly in a callback. Turn callbacks off on 'GridView1'.

    How we fix this error .................

    Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep

    ASP.NET help csharp asp-net announcement

  • Want to split variable in SQL[modified]
    X xodeblack

    I have variable @keys which value is Declare @keys varchar(max) set @keys = '44,333,234,125,3,3445' I want to split above variable in following from

    44
    333
    234
    125
    3
    3445

    the length of @keys can be 4000 character

    Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep

    modified on Saturday, September 12, 2009 9:52 AM

    Database database

  • Want to develop Email Creater
    X xodeblack

    Hi all I want to make application that take name,password ,Email as input and create me Email in hotmail.....so can anyone give me idea to develop this application.....

    Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep

    C#

  • Want MapInfo files samples
    X xodeblack

    Hi all I want samples of mapInfo files....can anyone provide me or give me URL from where I can download it .........I want to make software that read mapInfo files and create map from these files

    Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep

    C#

  • Problem in setup project [modified]
    X xodeblack

    Thankz Greg Chelstowski I change the connection string according to ur post

    C# help workspace csharp security

  • Problem in setup project [modified]
    X xodeblack

    Hi keefb very Thankz Problem is fix

    C# help workspace csharp security

  • Problem in setup project [modified]
    X xodeblack

    app.Config. I added this file in application folder of setup project

    C# help workspace csharp security

  • Problem in setup project [modified]
    X xodeblack

    Here is code

    public clsGeneric()//Constructor
    {
    _mainConnection = new SqlConnection();
    AppSettingsReader _configReader = new AppSettingsReader();

            \_mainConnection.ConnectionString = \_configReader.GetValue("ConnectionString ", typeof(string)).ToString();
    
        }
    

    When I run project from visual studion it run fine......but when I create installer and install application then run from installed exe then error occurs

    C# help workspace csharp security

  • Problem in setup project [modified]
    X xodeblack

    First of all thankz for your reply Sorry keefb it is my written mistake in question .......In project I am using same key .........now I corrected my question ...please check it again ......In app.config the key is ConnectionString .........and I also use ConnectionString (Same variable) in Code file ............Now please check it and can you tell me where is problem .... why error occurs that I mentioned in first post :-O

    C# help workspace csharp security

  • RDLC C# Report shows only record...but datasource containts more then 100 records [modified]
    X xodeblack

    Hi Abhishek Sur Thankz now it is working ;)

    C# csharp tutorial
  • Login

  • Don't have an account? Register

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