Search

You searched for the word(s): userid:772494

Matching Posts

  • virtual, programmed, subdomain runtime

    hi i need to create subdomains when user signin like NING.COM does. Please help me and provide sudo code if you have? thanks in advance.
    Posted to Web Forms (Forum) by rmsohaila on 11/13/2009
    Filed under: SubDoamin creation, virtual subdomain, programmed subdomains, runtime subdomain, subdomain
  • Doc, Rtf to html Conversion

    Hi Experts, i have couple to documents in DOC, RTF format, having different fields {abc} in following formats: ADDENDUM # {addnum62} dated {frmdte62} to Contract of Sale dated {presetdte1} , between Buyer {Cli1Name,25} , {Cli2Name,25} and Seller {Sel1Name} , {Sel2Name} for Property known as {propstaddr}, {propcity}, {propstate} {propzip} . Now i want to show these document and rtf files as webpage replaceing those fields {abc} with input controls. Please help me how can i achieve this... Thanks in
    Posted to Web Forms (Forum) by rmsohaila on 11/3/2009
    Filed under: RTF, conversion into HTML, htm form vairbales, doc and RTF, parsing document, parsing RTF, document conversion, document to webforms, RTF to webforms, RTF to html, document to html
  • Integreate with Facebook

    Hi Experts, My English is not too good I have an application, and i want that user come to my website. Log in to facebook and get their friends list on my page, after that send them invitation to their email address, or facebook account. Please let me know how can i solve this problem? Thanks in advance...
    Posted to Getting Started (Forum) by rmsohaila on 9/17/2009
    Filed under: facebook, facebook application, integeration, applicatition, facebook integeration
  • Re: Integreate with Facebook

    Kamii actually i want, that a user come to my site, while filling the registration form he can get the information from his facebook profile like: firstname, lastname, city, country, zipcode, phone, mobile, email etc...
    Posted to Getting Started (Forum) by rmsohaila on 9/17/2009
    Filed under: facebook application
  • Re: Could not load file or assembly

    Yes, IIS is on the same machine.
    Posted to Configuration and Deployment (Forum) by rmsohaila on 7/29/2009
    Filed under: dll, publishing, Bin, Debloyment & Configuration, ConfigfigurationManager System.Configuration, asp.ne 2.0, c#.net, publish Credentials web application project, IIS 7, deploment on IIS 7
  • Re: Could not load file or assembly

    I have checked the refrence properties, Copy local is true. But still not working...
    Posted to Configuration and Deployment (Forum) by rmsohaila on 7/29/2009
    Filed under: Application_OnError, Application Configuration, "Unauthorized: Access is denied", ASP.NET IIS 7 deployment, application deployment, .net deploy, asp.net publishing precompilation deployment, <customErrors>, asp.net 1.1 release build, Application settings, application, Applicationation Pool, .net authentication mode error, asp.net mismatch dll, <asp.net>, asp.net 3.5 deployment iis 6.0
  • Re: Could not load file or assembly

    Yes sir, DLL is copied in BIN folder and i also added the REFRENCE , i have't add this dll to GAC. let me try it. I hope it will work.
    Posted to Configuration and Deployment (Forum) by rmsohaila on 7/29/2009
    Filed under: dll, publishing, Bin, Debloyment & Configuration, ConfigfigurationManager System.Configuration, asp.ne 2.0, c#.net, publish Credentials web application project, IIS 7, deploment on IIS 7
  • Could not load file or assembly

    Hi Profs! Thanks in advance. I am stuck in the following problem please help me out. I have build and application using external 'eStreamBG.Dating.Internal' library. When i run my project by F5 or Ctrl+F5 it works fine, or i give the URL( http://locahost:1111/Custom_Click/ ) in IE 7.0 (Vista Ultimate). Either i build the solution or project every thing works fine. When i have deploy the application on IIS, or coping the source into virtual directory, accessing it by http://locahost/Custom_Click
    Posted to Configuration and Deployment (Forum) by rmsohaila on 7/28/2009
    Filed under: Server Error in '/' Application, config error, deploment, configuration - Deployment - Visual Studio, IIS 7, deployment on vista
  • Maintaine Culture State Information

    Hi experts, Please help me to figure this out. I am using globalization process for multilanguage (using resource files) on PageInit() method i am initializing the culture. string cultureType = string.Empty; if (Request["cl"] != null && Request["cl"].ToString() != string.Empty) { ViewState.Add("culture", "en-US"); ViewState["culture"] = cultureType = Request["cl"].ToString(); } else if (ViewState["culture"] != null &&
    Posted to State Management (Forum) by rmsohaila on 2/17/2009
    Filed under: App_GlobalResources, App_LocalResources, App_LocalResources App_GlobalResources, Culture, culture multilanguage, multilingual, multilingual images, InitializeCulture, master page localization resource files, Culture UICulture, localResourceProvider, multilanguage UseInterface, multilanguage
  • Re: Unable to serialize the session state. In 'StateServer' and 'SQLServer' mode.

    It did't work i have no class for the operations for Cart. All i am doing, i have created functions which are adding/deleting/ and updating cart values. public DataTable AddToCart(DataTable cart, int ID) { if(isNotExist(cart, ID)) { DataRow dt = cart.NewRow(); ....... cart.Update(); return cart ; } } on this event getting error: protected void ImageButton1_Click(object sender, ImageClickEventArgs e) { Session["CCType"] = ddlCType.SelectedItem; Session["CCNumber"] = txtCCN
    Posted to State Management (Forum) by rmsohaila on 2/13/2009
    Filed under: Session, Session Session_Start, session state mode, sqlserver session state, State management
Page 1 of 4 (35 items) 1 2 3 4 Next >