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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
M

MyThread

@MyThread
About
Posts
30
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Assembly.GetManifestResourceStream(name)
    M MyThread

    Hi, I am trying to use the above function and the stream value returned is empty. Can you please tell me what I am missing in this? I have never used this function before. Thanks.

    ASP.NET question

  • Control missing
    M MyThread

    Ok...I made it working by changing the Colspan property.

    ASP.NET help

  • Control missing
    M MyThread

    Thanks Christian. I had all the controls in one table. I took out the Ok and cancel buttons out from one table and put in a another table outside it. Again, if I fill the text box with text len of 250 words (aprrox), the buttons get displaced when the page reloads with the validation message. Why does it get displaced? When I reduce the len of the text, things work fine. Please comment. Thanks.

    ASP.NET help

  • Control missing
    M MyThread

    HI, I have a .ascx file, which has two text boxes and they are required fields, plus OK and cancel buttons. The len of one textbox is 250 characters. If I fill in a long name in this box and click on a OK button, which is once again a user control, I get the validation message for not filling in data in the 2nd textbox, but the OK button is displaced so that its not visible to the user. Can you help me with this. Thanks.

    ASP.NET help

  • VB6.0 Modules in VB.Net
    M MyThread

    HI All, I have one windows application in VB6.0.It has modules and class modules in it. When I convert it to VB.net, I am planning to remove the variables in bas module and replace it as SHARED members. As for the modules, I will create a VB.net module. I know the design is different for all the applications but in general I feel that I should do this. Can any one please comment on it. Thank you.

    Visual Basic csharp design lounge

  • Email issue
    M MyThread

    Hi, My VB.net code sends an email to three people. It seems the client doesn't receive the email but the other two people of my company who are CC'ed on the email receive it. The 'FROM' attribute in the email address is in the format "xyz.ab@qwe.com". Is it possible that the client email security system is not accepting the xyz.ab@qwe.com type emails. Any clues?? Please let me know. Thanks.

    Visual Basic csharp com security help

  • Attributes property
    M MyThread

    I found the solution: m_xyz = Convert.ToBoolean(m_lbl.Attributes["Name"]); is error free in C#.

    C# csharp help design

  • Attributes property
    M MyThread

    Hi, I am trying to write something like this. m_xyz = m_lbl.Attributes("Name") where m_xyz is bool and m_lbl is Webcontrols label. The above works fine in VB.net but gives me the foll. error with C#; 'System.Web.UI.WebControls.WebControl.Attributes' denotes a 'property' where a 'method' was expected Can you please help me with the above. Thanks.

    C# csharp help design

  • Is it easy to migrate from VB.net to C#
    M MyThread

    Alright. Thanks.

    C# csharp question

  • Is it easy to migrate from VB.net to C#
    M MyThread

    Hi All, I want to migrate my app from VB.net to C#. How feasible it is?

    C# csharp question

  • logging out
    M MyThread

    What do you do on the logout event. That should release all the data so even if you go back..do a check on back page and show some message.

    ASP.NET question help learning

  • Closing ASP.net App
    M MyThread

    Hi All, I run my ASP.NEt project and I close my application by clickling on the X (cross) of the web browser. The page closes but I have to go in the application and click on the STOP button of the ASP.Net project. My question shouldn't my project close by itself when I close the webpage of the project. Please let me know. Thanks.

    ASP.NET csharp asp-net question

  • problem with XML
    M MyThread

    while (node.Name != "Question" & !(node == null)) { node = node.NextSibling; }

    C# help question algorithms xml

  • problem with XML
    M MyThread

    Why do you have the in you xml file? Check if xElement is empty I use something like this and see if sId has some value XmlNode node; node = xml.FirstChild; while (node.Name != "Ticket" & !(node == null)) { node = node.NextSibling; } string sId; sId = node.Attributes("id").Value;

    C# help question algorithms xml

  • Web control
    M MyThread

    Thanks for your response. :) I found about it on MSDN but I dont want to pass HtmlTextWriterTag. Will passing this as a parameter and passing nothing make a difference?

    C# help design

  • Web control
    M MyThread

    Thanks for response. That's why I worte like this: public class MyControl: System.Web.UI.WebControls.WebControl instead of public class MyControl: System.Web.UI.UserControl I was able to get rid of the error. I am not sure if that's the correct solution. By default, ascx control inherits from System.Web.UI.UserControl

    C# help design

  • Web control
    M MyThread

    Hi, Can we create a webcontrol like WebControl ctrl = new WebControl() ; The above code is in a class that inherits from "System.Web.UI.UserControl" It gives me error 'System.Web.UI.WebControls.WebControl.WebControl()' is inaccessible due to its protection level Thanks for your help!

    C# help design

  • Autofill Dropdownlist
    M MyThread

    I found something in VB.Net. You may get some clues from it. http://www.dotnetjohn.com/articles/articleid132.aspx

    C# csharp help tutorial

  • Adding Class file
    M MyThread

    How do I add the ascx file? If I add the Usercontrol file, I get .cs extension file. I then change the extension to .ascx but I can't view the code. What am i doing wrong. This is really bugging.

    C# question csharp design help

  • Adding Class file
    M MyThread

    Cool! I have another Q, how do I create an ascx file for a user control. When I click on "Add user control", I get a xyz.cs file and not ascx file. This is the last Q...

    C# question csharp design 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