Runtime layout is not the same as design time layout
HiIam using asp.net web forms. What i found was that the textboxes layed in a particular format at design time is not the same whenthe form is at runtime. the textboxes seem to be in different position...
View ArticleHow to automatically login to your application through cookie
Hello all,I have created an asp.net inranet application using c#. I have a login form which i use to login. First time a user login his username password may be store somewhere (i think in cookies as...
View ArticleItemCommand of DataGrid to get ID of selected column
<asp:TemplateColumn HeaderStyle-HorizontalAlign="Left"><ItemTemplate><asp:ImageButton ID="createfaq" CommandArgument="lnkcreatefaq" CommandName="command"...
View ArticleHow to get track which image button is click
Hi,I have two template column with image control, on row click i want to track which image column is selectedI want to track them in Item_Command function<asp:TemplateColumn...
View Article"Imports ?" for an ftpclient upload and download
I need to know the first line of the program:Imports ?For ftpclient and FTPDirectory of an ftp upload and download.
View ArticleHow to Open In New Window
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="Print_PayrollStatement.aspx?BRNO="&txt_branchlist.SelectedValue + "&BRNAME=" & txt_branchlist.SelectedItem.ToString +...
View Articlemake search functionality in asp.net with sql server 2008
i want to make search functionality in vb.net with sql server 2008 ?? example: when i enter the word "delhi" after this i will got all record with respect to delhi from the database...the seraching...
View ArticleHow to automatically login to your application through cookie
Hello all,I have created an asp.net inranet application using c#. I have a login form which i use to login. First time a user login his username password may be store somewhere (i think in cookies as...
View Articlehow to count user login attempt
how to count user login attempt in asp.net vb script ??i just count only login attempt not want to make user block functionallity etc......just count the user login attempt
View Articlehow to select multiple values from single column
i am using this code to to bind data from one value i want to bind data from more than one value now here is the code searching data from value 1 i want to search from 1 3 5public void LoadData() {...
View ArticleBackground image is not shown. When i take printout. Lang- C#, asp.net
hi friendsMy problem is I not get background image on printout.I take one aspx page and take background image through css.My background image is shown on page and browser also. BUT when i take printout...
View ArticleInserting Image into folder of other website on server
Hi All,There are 2 different websites(Website1 and Website2). Website2 is for entering some info including an image which uses File upload control.I want to save the images into a folder called...
View Articlehow to convert multiple row SQL result into single row
Hello All,i want to generate multiple row result to single row result .how it is possible???any one have any idea about this please reply me as earlier as possible.please see the below structure.No. F1...
View ArticleIssue with Stream to string in C#
I'm trying to read an input stream from a rad uploader and convert it to a string. I tried streamreader, but I keep seeing the error: stream was not readable. How can I fix this?
View ArticleEmail feature not working when publishing a site on other system?
I am working on a site in which an auto generate email feature is added on a button click event. But when I publish the site on my own pc, the feature works fine and an automatic email sent to user....
View ArticleOpen pdf file in same webpage
Hello everyone,I am working on Asp.net application , In one of my page i have gridview with data of all pdf file Url links. when i click on that Url in gridview pdf file is opening right now.But my...
View ArticleRadioButton not firing click event on first postback from inside nested Gridview
I have a nested gridview that I have a group of radio buttons on that are linked to answers for a question in the main gridview. When I first click on the radio button, it does a post back, but the...
View ArticleProblem creating PDF from Gridview/ButtonField in UpdatePanel
I have a GridView with multiple rows, and each row has a buttonfield:<asp:UpdatePanel ID="udpWarnings" runat="server"><ContentTemplate><table...
View ArticleHow to add a ticker on asp.net page using VS 2010
I am creating a asp.net web application using VS 2010. I want to add a timer on a page that will clear all data and basically refresh the page to default after 60 seconds. Any advice would be greatly...
View Articledisable specific dates in ajax calendar control based on database selection
I need to use ajax calendar control to show dates from current date and disable & highlight dates stored in database table.I am able to disable previous dates and limit selection to one month from...
View Article