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

scothykonma

@scothykonma
About
Posts
23
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Timer Control in User control
    S scothykonma

    Hi All... I am using Timer Control in User control (.ascx) page. In that page I placed the timer inside the updatepanel. But wherever am using the usercontrol, that pages also have so many updatepanel. Because of that when every time the timer ticks, page should be refreshed. The timer event works fine but the remaining like grid load should loaded once again. Whats the problem....? How can I do it....? Thanks in Advance.

    ASP.NET question css help

  • Ajax Timer control in ASP.Net
    S scothykonma

    Ya... My code is like.. protected void NotificationTimer_Tick(object sender, EventArgs e) { //My code to get data from db } Its working fine...But every 1 minute the page should refreshed so , remaining in the UpdatePanel like grid also loaded once again... whats the problem?????? How to avoid this?

    ASP.NET question csharp asp-net database

  • Ajax Timer control in ASP.Net
    S scothykonma

    Hi All.. I am just trying with Timer control in my web project. I have to check database at every minute and change the updates in my page. How can I do? Thanks in Advance

    ASP.NET question csharp asp-net database

  • Get multiple data from table and show in different label boxes
    S scothykonma

    Thanks for your reply.. I case i have mulitple records in my table and may use more label box in my page.. How can I change my code?

    ASP.NET database help tutorial

  • Show Popup message dynamically
    S scothykonma

    yes

    ASP.NET tutorial sales question

  • Get multiple data from table and show in different label boxes
    S scothykonma

    Hi All, I have table with 3 fields id , status and Name... I have 3 or more label boxes in my header. I getting data like, "select id, Name from table1 where status = 1" My data are, id Name 1001 AAA 1002 CCC 1003 SSS My code is

    Header head = new Header();
    DataSet obj = new DataSet();
    obj = head.getdata();
    if (obj.Tables[0].Rows.Count < 0)
    {
    int i;
    for (i = 0; i <= obj.Tables[0].Rows.Count - 1; i++)
    {
    string text1 = obj.Tables[0].Rows[i]["id"].ToString();
    string text2 = obj.Tables[0].Rows[i]["Name"].ToString();
    lblMessage.Text = text1 + " " + text2;
    }
    }

    It shows only the last data...I know i have to assign values to lblmessage1.text and lblmessage2.text and so on.. But i do not know how to fix it... I am fresher and new to sql....Give some samples Thanks in Advance

    ASP.NET database help tutorial

  • Show Popup message dynamically
    S scothykonma

    Hi all, I have to show a popup message in every page when a new customer added into my site (developing).When a page loads it shows a message with fadeIn effect and the user close the message with fadeOut effect.... Placed the label box and close button inside a div

       ![](images/close.gif)
    

    How to show?....I am trying but it every time shows all the label boxes... Give some example sites....I will try... Thanks in Advance

    ASP.NET tutorial sales question

  • Access provider for Roles [modified]
    S scothykonma

    Hi All, I am creating Admin page for my project(ASP.Net 3.5 with MS Access).I got Access provider for Membership and Roles. Membership is working well but for Roles it returns error message when run ASP.Net Website administration Tool and clicking the link "Use the security Setup Wizard to configure security step by step." Error: An error was encountered. Please return to the previous page and try again. The following message may help in diagnosing the problem: Object reference not set to an instance of an object. at System.Web.UI.WebControls.ListControl.PerformDataBinding(IEnumerable dataSource) at System.Web.UI.WebControls.ListControl.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.ListControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at ASP.security_wizard_wizardpermission_ascx.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) can anyone guide how to solve this error?

    modified on Thursday, January 1, 2009 11:39 PM

    ASP.NET help tutorial csharp asp-net design

  • Load a word Dictionary
    S scothykonma

    Hi All In my project i want to load a English Dictionary(similar in MS Word Dictionary)and find spell check?Is there any Reference in vb.net? Give me an idea.... Thanks in Advance

    Visual Basic csharp question

  • How to load a word document into RichTextbox
    S scothykonma

    Hi All, I got solution to this...My code is, Imports System.IO Imports System.Runtime.InteropServices Dim FilePath As String Dim objWord As Object Dim objDoc As Object objWord = CreateObject("Word.Application") FilePath = ("C:\Documents and Settings\Administrator\Desktop\Resume2.doc") objDoc = objWord.Documents.Open(FilePath, , True, , , , , , , , , False) objDoc.Select() RTB.Text = objWord.Selection.Text objDoc.Close() objWord.Quit() It shows my .doc file into RTB.

    Visual Basic csharp tutorial question

  • ASP.Net Project deploy into web
    S scothykonma

    Once again thanks for your patience.... My id: scothy_hut@yahoo.com

    ASP.NET csharp asp-net help

  • ASP.Net Project deploy into web
    S scothykonma

    Hi Vuyiswa Maseko, Thanks for helping me a lot. I downloaded Filezila. Here also I want to copy my folder inside the ftp. I have my folder in IIS. How can i find my folder through filezila and copy that? I want to upload the file(that new Virtual Directory)is it?

    ASP.NET csharp asp-net help

  • ASP.Net Project deploy into web
    S scothykonma

    payed domain only. In that also I want to copy my project (using core FTPlite software). Before I used to copy file from C:/inetpub/wwwroot/myfolder. Now i have created Virtual Directory then next?

    ASP.NET csharp asp-net help

  • How to load a word document into RichTextbox
    S scothykonma

    Hi I want to load a word document into RTF control in VB.Net.I used Loadfile()method, its load only richtextfiles into RTF.But i want to load only .doc files.Any idea...? Thanks in advance...

    Visual Basic csharp tutorial question

  • ASP.Net Project deploy into web
    S scothykonma

    Hi Vuyiswa Maseko I have created virtual directory in IIS. But that folder is not available in C:/inetpub/wwwroot. Then how can i copy the files into ftp/http to upload?

    ASP.NET csharp asp-net help

  • ASP.Net Project deploy into web
    S scothykonma

    HI I am new for ASP.Net. This is my first website to upload.So kindly help me... In my project(VWD2.0) itself select website->copy website,create a folder in C:/inetpub/wwwroot/new folder Then i copied all the files to new folder. From C:/inetpub/wwwroot/new folder right click->properties, i shared and give the rights to read and write. (Is this procedure correct?) And then from settings->control panel->IIS->right click the folder and gives the authentication mode=none Thats all....

    ASP.NET csharp asp-net help

  • ASP.Net Project deploy into web
    S scothykonma

    Ok....But I have tried that also. I explain step by step. First, I create a virtual directory in c:/inetpub/wwwroot/myfolder and paste all the files. Then I compiled it and get in a new folder in C:/compiledfile Then I upload my compiled file. I know there is a problem in web.config. In compiled file i have one compiled web.config and my original web.config file. In order to delete any one of the web.config i got an error. I do not know which one I want to move.And also i could not get your code....

    ASP.NET csharp asp-net help

  • ASP.Net Project deploy into web
    S scothykonma

    Hi I am just entering into ASP.Net web hosting..I developed my project in ASP.Net2.0. I just compiled and copy website into web. My web.config is,

    ASP.NET csharp asp-net help

  • ASP.Net Project deploy into web
    S scothykonma

    I got the error like this, Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Source Error: Line 51: ASP.NET to identify an incoming user. Line 52: --> Line 53: Line 54:

    ASP.NET csharp asp-net help

  • ASP.Net Project deploy into web
    S scothykonma

    Hi i got the error like this... Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Source Error: Line 51: ASP.NET to identify an incoming user. Line 52: --> Line 53: Line 54: Source File: f:\..\....\....\web.config Line: 53 modified on Tuesday, November 18, 2008 3:53 AM

    modified on Tuesday, November 18, 2008 3:54 AM

    ASP.NET csharp asp-net 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