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
S

shehezada

@shehezada
About
Posts
11
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problem while encrypting sessionState
    S shehezada

    I am encrypting the web.config using RSA technique, and using aspnet_regiis command to do this. I successfully encrypted the <connectionstrings> and <appsettings> tags. However I got the following error while encrypting the <sessionstate> tag:-

    The configuration section 'sessionState' was not found.
    Failed!

    The command that I used is: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis -pe "sessionState" -app "/LiveOne" -prov "LOProvider" Kindly tell me a successful way to do this.

    C# help csharp asp-net workspace

  • Treeview Control
    S shehezada

    Hi Kjetil, Thanks a ton. It didn't work. Maybe you are talking about a windows-based TreeView control. I am using the control on a webpage. The TreeView.Nodes.Find function doesnot exist.

    C# question data-structures help

  • Treeview Control
    S shehezada

    I want to have a tree node selected when the page loads. I have the number or ID or value of the node when the page loads. how do i achieve this? please help.

    C# question data-structures help

  • Selection of Treeview node during page load
    S shehezada

    No this does not work. Thanks anyways. The scenario is something like this. 1. On one page I have a tree view. 2. I select a node and add the node vale in a session variable. 3. On another page I have the treeview. 4. Here I fetch the session variable i.e. the selected node value. Now I have to use this variable to automatically select the same node.

    C#

  • Selection of Treeview node during page load
    S shehezada

    I have a treeview control whose particular node needs to be dynamically selected during page load. Kindly let me know the way to do this.

    C#

  • Binding DataGridView to a Collection.
    S shehezada

    I have a DataGridView on a Windows Form. Data, from a Collection object is being stored in a BindingSource. From the BindingSource it is than passed on to the DataGridView. On debugging, all three (the collection object, the BindingSource and the DataGridView) show that they have the values. But after running the application, the DataGridView doesn't display the values. Kindly tell me a solution for this. Thanks in advance :)

    C# wpf wcf

  • Get color of a string
    S shehezada

    thanks a ton!!! :)

    C# tutorial question career

  • Get color of a string
    S shehezada

    Hi There, Can anyone tell me how to get the color of a string? E.g.: I am passing a string to a function. The function needs to return the color of that string. public Color GetColor(string); I am extracting this string from a RichTextBox line. Thanks in advance. ----------------------------------------------- "Don't crib about your job. Only 1% are doing something meaningful and I have never seen any of them."

    C# tutorial question career

  • Stored Procedure in a RichTextBox
    S shehezada

    Thanks mav, Currently I am using this option. The problem is that SqlCommand class can handle only one SQL command at time. What I need is to send an entire SP, execute it and after the whole SP is executed in "one go"; 1. If successful, a message box saying "Successful Execution" should be displayed; else, 2. Whatever exception has been returned, that needs to be displayed.

    C# database

  • Stored Procedure in a RichTextBox
    S shehezada

    Hi there, I have a stored procedure written on a RichTextBox. On the click of a button, this stored procedure should be executed and errors, if any, should be displayed in a messagebox. Thanks in advance!

    C# database

  • Urgent: Syntax Highlighter [modified]
    S shehezada

    Hi there, I am creating a syntax highlighter in C#. I need to get text from a richtextbox and after clicking on a button, need to put the colorized text in another richtextbox. All I need is the simplest program for 1. multi-line comment (E.g.: /*My Comment*/) (in green color), 2. single line comment (E.g.: //My Comment) (in green color), 3. and a specific keyword called 'Item' (in blue color). Note that use if Regex is mandatory. Please Note: No custom controls such as the SyntaxRichTextBox should be used. I have been trying my hand on this since the past 3 days. Currently the problem is as follows: Suppose on one given line there is a comment as well as normal text as well as a keyword. So the text that is displayed in the second richtextbox has a line with the comment highlighted in green, then on the second line the same line is repeated with the keyword highlighted in blue. E.g: The text in the first richtextbox is as follows string item = "some string"; //Some Comment Here string is a keyword to be displayed in "blue" and //Some Comment sould be in Green So the second richtextbox displays this string as follows string item = "some string"; //Some Comment(in green) string(in blue) item = "some string"; //Some Comment whereas it should have displayed string(in blue) item = "some string"; //Some Comment(in green) -- modified at 1:16 Friday 23rd November, 2007

    C# csharp regex 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