13,153 Topics

Member Avatar for
Member Avatar for kumar89hitesh

how to postion tags fix like <p>,<div>. that could not move when i add some contents at same web page.

Member Avatar for annaharris
0
159
Member Avatar for kumar89hitesh

how to positon contents in the asp.net? I have a problem to position contents of web page. i have many div at one page when i positon one div then another div move to another place and i have to position div again and again when i add some content …

Member Avatar for annaharris
0
171
Member Avatar for farheen

Can anyone be kind enough to explain the difference between asp & asp.net? I am only conversant with PHP, but am very interested in these two.

Member Avatar for annaharris
0
1K
Member Avatar for NyQii

Hey there Im buzy with a asp.net c# application and using sql server as my database and using stored procedures i have a gridview with a page name and a column with checkboxes witch will aloow the user to access that specific page. My question is , is that after …

Member Avatar for annaharris
0
2K
Member Avatar for bansarisavaliya

Anyone can help me " I want when txt file data upload that time progress bar display with Processing nth of n records … in asp.net "

Member Avatar for LastMitch
0
144
Member Avatar for George_91

I'm trying to display a Report with Crystal Report Viewer, in the Design looks fine, but it doesn't seem to load when I enter the website... <form id="form1" runat="server"> <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="True" GroupTreeImagesFolderUrl="" Height="1202px" ReportSourceID="CrystalReportSource1" ToolbarImagesFolderUrl="" ToolPanelWidth="200px" Width="1104px" /> <CR:CrystalReportSource ID="CrystalReportSource1" runat="server"> <Report FileName="ReporteReciboFecha.rpt"> </Report> </CR:CrystalReportSource> </form>

0
150
Member Avatar for chrispitt
Member Avatar for RT00220489

Hi, My question goes as follows : I need to replace an existing image, with another one, but without using jquery ie using javascript and using the id of the image as it is <asp:Image> tag and hence does not support name. The image supports the functionality of toggling the …

Member Avatar for RT00220489
0
3K
Member Avatar for yibrahim
Member Avatar for pratham3090

There is checkboxlit which is bind with database, having option ALL, FirstName, LastName. when i select All option FistName and LastName shoud be disable and when i unselect ALL option FirstName and LastName should enable. also vice versa (when i select FisrtName option then All Option should be disable in …

Member Avatar for JorgeM
0
73
Member Avatar for de Source

i want to upload the attendance of students i am able to upload a xlsx file and transfer its data to tbl_temp now i have two tables tbl_s_attendance EP_Number Attendance course_id class_id 105078 105076 105075 105077 105079 tbl_Temp EP_Number Attendance 105075 P 105076 P 105077 P 105078 A 105079 A …

Member Avatar for annaharris
0
173
Member Avatar for snehalj

i have one textbox for password, n i want to set character for password, so which property can be used?

Member Avatar for Mayur Darji
0
326
Member Avatar for maxpaine69

Hi all, so the main problem i have is this, i hidded my menu from the non logged people, when a pesons logs in the menu must show, but it isnt happen, i know the code work becaus i tested it and the menu apears but when in the login …

Member Avatar for annaharris
0
133
Member Avatar for kirtee2209

Hello. Is there any way that a tester, who does not have visual studio installed on his/her machine, can determine the .net framework version of an application he/she is testing? Thanks for your help

Member Avatar for kirtee2209
0
415
Member Avatar for blackeyes85
Member Avatar for RT00220489

Hi, I have a page MyList.aspx, which is giving me some issues. When the page loads, it loads perfectly. In my master page, on the left side of the page is a menu, and some hyperlink is provided. When i click on the hyperlink in the left pane, the page …

Member Avatar for RT00220489
0
223
Member Avatar for njleye

Dear Expert, Please find below coding as I have a problem in data update as there is no error found but when i update the table it update the table in right table and then it return some thing wrong while returning the records. Kindly help me in this matter. …

Member Avatar for Ketsuekiame
0
176
Member Avatar for prashant9928

here i am showing you the code into which i am getting trouble into "gridWarehouseInsert" command. What i want is when user inser new data into detail table i want to get the MasterTable DataColumn that is "Warehouse_id". so that i can perform insert operation. When user insert master table …

Member Avatar for LastMitch
0
1K
Member Avatar for PBekki

Guys, I'm deploying an application on my local machine and when I try to compile I get the following error: Could not load file or assembly 'CrystalDecisions.ReportAppServer.ClientDoc' or one of its dependencies. Invalid assembly file format. === Informações sobre estado pré-ligação === LOG: usuário = PBekki\Paulo Bekki LOG: DisplayName = …

Member Avatar for LastMitch
0
166
Member Avatar for jrosh

I m using mvc4. I have urls like http://<mydomain>/<contoller0>/<action1> , http://<mydomain>/<contoller0>/<action2>,... I want to show to the user only as http://<mydomain>/<contoller0>/{somepage} for all the actions in that particular controller. How to impliment this in RouteConfig? I dont want to mess any requests to other controllers. Just want to do it …

Member Avatar for LastMitch
0
188
Member Avatar for lhsunshine

I am using somee.com free hosting. However, my web site cannot read the style sheet. But it can display well in localhost.... HELP. Thank you...

Member Avatar for jackmia404
0
104
Member Avatar for maxpaine69

Hi all, im trying to get data of the data set varyable, but im only receivinf 0 from its, can anybody tell me how can i get the data i want from the datatable.

Member Avatar for tinstaafl
0
121
Member Avatar for de Source

Hi, i am making an asp application and in code behind file i am trying to bound drop down list from tbl_teacher in which i concatenate the first and last name by this query `string sqlStatement = "SELECT teacher_id, fname + lname AS Name FROM tbl_teacher";' and it is working …

Member Avatar for de Source
0
267
Member Avatar for kumar89hitesh

how to position many tags like <p>,<div>,<input type>and etc. in one div.

Member Avatar for crescendo
0
141
Member Avatar for vtilva

Server Error in '/AVBrothers' Application. The request failed with HTTP status 404: Not Found. 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.Net.WebException: The request …

Member Avatar for vtilva
0
827
Member Avatar for coder91

I have various admin pages on my system that allow user to insert a new item or update one. The code I am using to check if the description entered is already in the drop down list is //loop through each item in ddlX and compare with description entered by …

Member Avatar for |-|x
0
579
Member Avatar for KirstyHunter

Hi, I am having issues with popup panels disappearing because the control is posting back I have a popup extender on a page which pops out a panel that contains a control I have created <asp:scriptmanager ID="Scriptmanager1" runat="server"></asp:scriptmanager> <ajaxToolkit:ModalPopupExtender ID="PopupExtender1" PopupControlID="Panel1" runat="server" TargetControlID="Button1"> </ajaxToolkit:ModalPopupExtender> <asp:Panel ID="Panel1" runat="server" BorderStyle="None" BorderWidth="1px" ClientIDMode="Static" …

Member Avatar for BMXDad
0
301
Member Avatar for divin757

When I click the login button I never get any values posted to the server. I accept a AuthViewModel but it is always null. I have tried using @html.EditorFor but have not had any luck with it. **User Controller** [HttpGet] public ActionResult Password() { UserModel user = (UserModel)Session[Constants.SessionVars.Authenticate]; //error - …

Member Avatar for BMXDad
0
608
Member Avatar for low1988

I have a grid view control with list of rows items. Each rows has a button which would triggers a client side pop up modal form to ask the user to enter some data before continue to execute the server side method. The problem is I cant find a way …

Member Avatar for annaharris
0
570
Member Avatar for George_91

Hi, Im working on a project in asp.net with C#, I have done a report (using Crystal Reports) but I can't find a way to show it in my site. I create a new .aspx which has a Crystal Report Viewer (connected with the Report previously created) and I have …

Member Avatar for M.Waqas Aslam
0
220

The End.