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
R

razanabanu

@razanabanu
About
Posts
61
Topics
43
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Build An Assembly
    R razanabanu

    No friend,I just wanna create a shared assembly in c#2.0.

    Hi,Im Razana

    C# question

  • Build An Assembly
    R razanabanu

    hi friends,Good Evening!!..how can i build an assembly on my own in vs2005.im using webforms.Please explain it in simple steps ,friends.Thank you in advance

    Hi,Im Razana

    C# question

  • how to create new folder in runtime using .net with c#
    R razanabanu

    how to create new folder in runtime using .net with c# when i register a user details that time create a folader in my particular directory.if u know the code replay to me.

    Hi,Im Razana

    C# csharp tutorial

  • Focus+Validation Summary
    R razanabanu

    hi friends,Im using validation summary,and i set ShowMessageBox=true.it Shows msgbox,but i cant focus to first control what it lists me...i would like set focus..how can i do it my friend?

    Hi,Im Razana

    C# question

  • gridview buttonfield click
    R razanabanu

    ImageUrl="~/images/deleteicon.jpg"> How to show multiple image in imageurl using ButtonField

    Hi,Im Razana

    ASP.NET database javascript

  • WebParts..
    R razanabanu

    When Im trying to work with Webparts im receiving this error...help me friends. An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

    Hi,Im Razana

    C# sysadmin help database sql-server

  • Hitting Back button
    R razanabanu

    Hi friends,im using updatepanel.Session is not expiring..even i do Session.Abondon(),Session.Clear(),Session.RemoveAll()...but after doing log out,if i hit back button,its still working..how can i ban it..?

    Hi,Im Razana

    C# question

  • scrollbar positioning
    R razanabanu

    Hi,how can i maintain the position of the scrollbar on ostback. Page.MaintainScrollPositionOnPostBack = true; i tried,its not working for me.... im using updatepanel...

    Hi,Im Razana

    C# question

  • autorefresh only datalist
    R razanabanu

    hi friend im using vs2005.how can i add AjaxContolToolkit to my web application?

    Hi,Im Razana

    C# question

  • Uploading
    R razanabanu

    Hi friends how can i upload my files to net. Server Error in '/test' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load type 'Default'. Source Error: Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Default" %> Line 2: Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Source File: F:\hshome\atslserv\mssql.atsl.in\test\Default.aspx Line: 1 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407 this is the error what i receive during uploading process.

    Hi,Im Razana

    C# csharp html asp-net sql-server dotnet

  • sending free sms
    R razanabanu

    Hi friends im using the code given below.but im not able to send sms. try { SmsTesting.net.webservicex.www.SendSMS smsIndia= new SmsTesting.net.webservicex.www.SendSMS(); SmsTesting.com.webservicex.www.SendSMSWorld smsWorld = new SmsTesting.com.webservicex.www.SendSMSWorld(); if(rdoType.SelectedValue == "1") smsIndia.SendSMSToIndia(txtMobileNo.Text.Trim(), txtEmailId.Text.Trim(), txtMessage.Text); else smsWorld.sendSMS(txtEmailId.Text.Trim(), txtCountryCode.Text.Trim(), txtMobileNo.Text.Trim(), txtMessage.Text); lblMessage.Visible = true; lblMessage.Text="Message Sent Succesfully"; } catch(Exception ex) { lblMessage.Visible = true; lblMessage.Text="Error in Sending message"+ex.ToString(); }

    Hi,Im Razana

    C# csharp com help

  • Sending Free Sms [modified]
    R razanabanu

    Hi friends,how can i send free sms ffrom my C# web application?.Thank you in advance.

    Hi,Im Razana

    modified on Thursday, January 17, 2008 12:41:46 AM

    C# question csharp

  • Paypal+c#
    R razanabanu

    Im new to C#.I have to integrate paypal into my C# web application.Help me to do it..Than you in advance

    Hi,Im Razana

    C# csharp help

  • popupwindow
    R razanabanu

    c#

    Hi,Im Razana

    C#

  • popupwindow
    R razanabanu

    Hi! People..In Parent window i would like to display the values what we enter in a Textbox control of popup window after closing it.

    Hi,Im Razana

    C#

  • IIS Settings+default website Settings
    R razanabanu

    Hi friends i would like to send a mail.I have written the correct code.but mail is not sending...it reports me that Transoprt failed.can any one explain me the settings of default websites.

    Hi,Im Razana

    C# windows-admin

  • Sending mail in C# with or without smtp
    R razanabanu

    Hi friends this is the error what im receiving in my application. Server Error in '/afxisityro' Application. -------------------------------------------------------------------------------- The transport failed to connect to the server. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Runtime.InteropServices.COMException: The transport failed to connect to the server. Source Error: Line 35: Line 36: SmtpMail.SmtpServer="afxisi.com"; //your real server goes here Line 37: SmtpMail.Send(mail); Line 38: // Put user code to initialize the page here Line 39: Source File: c:\inetpub\wwwroot\afxisityro\sendmail.aspx.cs Line: 37 These are the code what im using in my web application MailMessage mail=new MailMessage(); mail.From ="rinooza@gmail.com"; mail.To="razanabanu@gmail.com"; mail.Subject ="HI"; mail.Priority =MailPriority.Normal ; mail.BodyFormat =MailFormat.Html ; mail.Body="Hi! "; mail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpserverport", "465"); mail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate", "1"); //basic authentication mail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendusername", "rojabanu.m@afxisi.co.in"); //set your username here mail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendpassword", "8A4904"); //set your password here mail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpusessl", "false"); SmtpMail.SmtpServer="afxisi.com"; //your real server goes here SmtpMail.Send(mail); // Put user code to initialize the page here

    Hi,Im Razana

    C# csharp

  • Sending mail in C# with or without smtp
    R razanabanu

    Hi firends,im working with webform of C#.I would like to send mail with or without smtpserver.please kindly send me the code with explanation.Thank you in advance.

    Hi,Im Razana

    C# csharp

  • Hosting ASP.NET[C#] Project [modified]
    R razanabanu

    Hi my dear friends,im experiencing great difficulties while launching my project to the .Net... 1.i have given domain name,userid,password in FTP. 2.in wwwroot,i have included my folder 3.when im started to browse a site, im receiving this error.... Server Error in '/' Application. -------------------------------------------------------------------------------- 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 47: by Microsoft that offers a single logon and core profile services for member sites. Line 48: --> Line 49: Line 50: Line 51: Source File: c:\domains\mykidsworld.biz\wwwroot\banu\web.config Line: 49 Thank you in advance Hi,Im Razana -- modified at 4:07 Monday 27th August, 2007

    ASP.NET csharp asp-net sysadmin windows-admin hosting

  • Hosting ASP.NET Project
    R razanabanu

    Hi my dear friends,its nice to meet you all again...now i did a small project in ASP.NET[C#]...its working fine...in localhoast...i bought a domain to host it in net.....but....i dont know how to place my project in that domain...and dont know to work with ftp...please explain them step by step....thank you in advance...

    Hi,Im Razana

    ASP.NET csharp tutorial asp-net hosting
  • Login

  • Don't have an account? Register

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