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..
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..
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..
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..
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..
Try !ispostback
try and try untill reach success..
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..
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..
Hi surender thanks for reply, actallu i m doing same way
try and try untill reach success..
Hi Bob!!! Thanks for reply.
try and try untill reach success..
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..
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..
i want to use java application
try and try untill reach success..
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..
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..
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..
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..
i m working on VS2008
try and try untill reach success..
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..
Thanks for reply!!! No Its not working . the error was ddlLan does not exist in this current context.
try and try untill reach success..
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