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

Rajeshwar Code Developer

@Rajeshwar Code Developer
About
Posts
125
Topics
39
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Give me Suggestions to maintain security for websites
    R Rajeshwar Code Developer

    HI my next project is online exam project. My boss ask me some sugessions about security for online exam. Please Suggest me. How can i provide security. and bla bla bla.

    try and try untill reach success..

    ASP.NET security question

  • If i Close to browser
    R Rajeshwar Code Developer

    Hi.. i just open new window using javascript. Here Code below function winopened() { var docprint = window.open("AddCompany.aspx","child","toolbar=no,location=no,directories=no,menubar=yes,scrollbars=yes,width=1020, height=520"); return true; } so its working good if i click to button so new window pop up . its fine but when i try to close to that window direct to browser close button its wont be close i dont know wht the porb..

    try and try untill reach success..

    ASP.NET javascript

  • KeyBoard hook
    R Rajeshwar Code Developer

    Hi i am try to do in web application is there any posible to operate using keyboard keys in web app. For Ex- i created one textbox in .aspx just after run it if i click to textbox and press to f2 keyboard key then i need to open new page. is it posible to do in web application.

    try and try untill reach success..

    ASP.NET

  • DataAdaptor.Fill startRecord
    R Rajeshwar Code Developer

    I think there a one way to do this Retrive all data columns and fill it into dataset and loop it.

    try and try untill reach success..

    C# database sql-server sysadmin

  • stringbuilder to string
    R Rajeshwar Code Developer

    Try !ispostback

    try and try untill reach success..

    C# tutorial question

  • clear history in browser
    R Rajeshwar Code Developer

    HI Here i m try to do clear the Browser cookies. When i m logout my Application Here i removeall my session but when i m click to back button in my browser its navigating to my application page. But i want to show Login.aspx page could you tell me how to do this?

    try and try untill reach success..

    C# tutorial question

  • Reportviewer
    R Rajeshwar Code Developer

    Hi how to integrating RS 2005 to Vs 2008 to show report using reportviewer control. Can You provide me code or If u know any link available. Please forward me.

    try and try untill reach success..

    C# visual-studio tutorial

  • Upload data from excel file to databse.
    R Rajeshwar Code Developer

    Hi surender thanks for reply, actallu i m doing same way

    try and try untill reach success..

    C# csharp question

  • Upload data from excel file to databse.
    R Rajeshwar Code Developer

    Hi Bob!!! Thanks for reply.

    try and try untill reach success..

    C# csharp question

  • Upload data from excel file to databse.
    R Rajeshwar Code Developer

    Hi Here i am trying to do is i have one excel file has some data called emails. Now i want to read that data from excel sheet and send to databese table. How can i do it using c#.

    try and try untill reach success..

    C# csharp question

  • how to call java files using c#
    R Rajeshwar Code Developer

    actually this question asked in one of the interviewer so .i wnat to know actually what is the answer.

    try and try untill reach success..

    C# csharp java wcf tutorial question

  • how to call java files using c#
    R Rajeshwar Code Developer

    i want to use java application

    try and try untill reach success..

    C# csharp java wcf tutorial question

  • how to call java files using c#
    R Rajeshwar Code Developer

    thanks Abhinav, i found there is a third party tool called GrassHopper, but i dont want to use any third party tool.

    try and try untill reach success..

    C# csharp java wcf tutorial question

  • how to call java files using c#
    R Rajeshwar Code Developer

    Does anyone have a good solution for integrating some C# code into a java application? without using web services. is ther any way to integration java files using c#

    try and try untill reach success..

    C# csharp java wcf tutorial question

  • About Dropdownlist in ASp:content page
    R Rajeshwar Code Developer

    amit atleast i found the answer this is the code Dropdownlist ddl = new Dropdownlist(); ddl =(Dropdownlist)this.Master.FindControl("Contentmasterpage").FindControl("DropDownlist"); string strlan = ddl.selectedvalue;

    try and try untill reach success..

    ASP.NET csharp html design sysadmin linux

  • About Dropdownlist in ASp:content page
    R Rajeshwar Code Developer

    no Brother !! its not working. i m trying in master page so there were code is different i think so.

    try and try untill reach success..

    ASP.NET csharp html design sysadmin linux

  • About Dropdownlist in ASp:content page
    R Rajeshwar Code Developer

    i m working on VS2008

    try and try untill reach success..

    ASP.NET csharp html design sysadmin linux

  • About Dropdownlist in ASp:content page
    R Rajeshwar Code Developer

    sashidar wht i m saying is. ex - ddllan.selectedvalue.tostring(); this code means we r selecting value in dropdownlist right. so but here i m using asp:content for masterpage. if i m trying to select dropdownlist in asp.cs page i m getting error ddllan does not exist in current context.

    try and try untill reach success..

    ASP.NET csharp html design sysadmin linux

  • About Dropdownlist in ASp:content page
    R Rajeshwar Code Developer

    Thanks for reply!!! No Its not working . the error was ddlLan does not exist in this current context.

    try and try untill reach success..

    ASP.NET csharp html design sysadmin linux

  • About Dropdownlist in ASp:content page
    R Rajeshwar Code Developer

    Hai see below code <%@ Page Theme="Default" MasterPageFile="~/Shared/main.Master" Language="C#" AutoEventWireup="true" CodeBehind="Login.aspx.cs" Inherits="CMCS.UI.Shell.Web.Login" %> <html> <head> <title> </title></head> <body> <asp:Content ID="Content1" runat="server" ContentPlaceHolderID="ContentPlaceHolder1"> <asp:Login ID="Login1" runat="server"> <LayoutTemplate> <fieldset> <legend>Login</legend> <div>Login <p> <small><i>You need to be logged on in order to download the CMCS application. Please provide the username and password that was given to you, and click "Login".</i></small> </p></div> <div><label>Username</label></div> <div id="fUsername"> <asp:TextBox ID="Username" runat="server"></asp:TextBox> <asp:RequiredFieldValidator ID="UserNameRequired" runat="server" ControlToValidate="UserName" ErrorMessage="User Name is required." ToolTip="User Name is required." ValidationGroup="Login">*</asp:RequiredFieldValidator> </div> <div><label>Password</label></div> <div id="fPassword"> <asp:TextBox ID="Password" runat="server" TextMode="Password"></asp:TextBox> <asp:RequiredFieldValidator ID="PasswordRequired" runat="server" ControlToValidate="Password" ErrorMessage="Password is required." ToolTip="Password is required." ValidationGroup="Login">*</asp:RequiredFieldValidator> </div> <div><label>Language</label></div> <div > <asp:DropDownList ID="ddlLan" runat="server"> asp:ListItemEnglish</asp:ListItem> asp:ListItemHebrew</asp:ListItem> asp:ListItemRussian</asp:ListItem> </asp:DropDownList> </div> <div id="fLogin"> <asp:Button ID="LoginButton" runat="server" CommandName="Log

    ASP.NET csharp html design sysadmin linux
  • Login

  • Don't have an account? Register

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