- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 6
- Posts with Downvotes
- 5
- Downvoting Members
- 4
36 Posted Topics
help please, I used <A HREF="default.aspx" target="_blank">display text</A> previously it is working.After i changed the order of web forms now the blank page is displaying but page load event is not taking place simply displaying one blank page | |
Hi, Send key not working when system is locked.Is there any way to overcome this issue? | |
Re: If my view is correct this can be solved with the help of one function and a query i will just give the base. consider your first table tblroom with columns(RID(ie your roomid auto increment) bigint,Rate double,roomtype etc) second table tbleReservation with columns(resid big int primary key identity,rid(foreign key),arrivalDate,departureDate) The … | |
Re: please go through the link below. [url]http://asp.dotnetheaven.com/aspnet/doc/masterpages/default.aspx[/url] | |
Re: Just use two tables on 1) Book Table with columns BookID,BOOKName etc(Main Details) and 2)Book_Details Table with BookID,ChapterID,ChapterText etc... Where BookID as Foreign Key and BookId and ChapterID will act as combined primary key for unique identification of records. | |
Re: SELECT * FROM MenUsers union SELECT * FROM WomenUsers I hope this will solve your problems | |
Hi, I am trying to get control of an opened command prompt.Is there any possible way to do that. So that i can directly pass arguments ie commands to command prompt using c# coding. ( I tried using process but only killing the process is working so that already opened … | |
Re: hi, [B]Please try to initialize your sqltransaction object like this and try.[/B] [code] connection.Open(); SqlCommand command = connection.CreateCommand(); SqlTransaction transaction; // Start a local transaction. transaction = connection.BeginTransaction("SampleTransaction"); // Must assign both transaction object and connection // to Command object for a pending local transaction command.Connection = connection; command.Transaction = … | |
Re: hi, load user controls in panels making panel display properties true or false using code behind as needed | |
Re: 1.check the connection string property. 2.check the objectconnection is open before executing the query for reading the data from database. 3.check whether objected command is initialized using new key word as Mr.samphath suggested in the previous thread . This is the coding in my sql just go through it this … | |
Re: Check the validation group property of all controls are same or not .please past the code if still pblm is there | |
Re: I think its difficult in crystal report. You can write data into some .txt file and allign it and print it from dos prompt | |
Re: code is in c# use [CODE]# str17 = (((TextBox)Tablename.Rows[i].Cells[j].Controls[0]).Text).ToString() [/CODE] | |
Re: use required field validator and set the control to validate in required field validator properties to Your text box name.set validation group of button control and validator control same Give some error message in Text property of validator. if you want use custume validator itself first go to aspx page … | |
Re: *Go to visual studio File menu->open->web site *give one name to webpage eg myfirstweb.aspx *Then add the controls u need into the web form from tool box *Its suggested to add a table so that formatting would be easy(And place all the controls inside the table cells) *Use a stored … | |
Hello, I am new to java script i wish to know the code for calling a button click event in asp.net using java script. | |
Re: [QUOTE=jamshed ahmed;1209924]I HAVE 3 TEXTBOXES (txt1,txt2,txt3) WITH TWO BUTTONS ONE IS HTML BUTTON NAMED AS btnCalculate AND OTHER IS SERVER SIDE BUTTON NAMED AS btnAdd WHAT PROBLEM BOOTHER ME IS THAT VALUES COMES FROM DATA BASE FOR txt1 AND txt2 WHEN I PRESS btnCalculate JAVASCRIPT CODES ARE EXECUTED TO MAKE … | |
I wish to use a function in .js file in .net using java script which have two parameters ie one getting row value and other getting column value and function should return the table is it possible I am new to java script please help me. | |
Re: pls try this # private void button1_Click(object sender, EventArgs e) # { # m_strTime += "1"; //no need of space between + and = will be the pblm i think. [QUOTE=mohit.choudhary;1182689]Hello Everybody, Iam not able to figure out why iam getting the following error: [COLOR="Red"]Error 1:[/COLOR]Only assignment, call, increment, decrement, … | |
Re: [QUOTE=team_ferrari22;1106667]Hi, We are designing a windows application where we need to 'Get tables and columns from existing sql server snapshot file or backup file' . Does anybody know how it can be done. Please provide help. Thank you.[/QUOTE] For restoring backup file 1)Create a database with same name 2)Go to … | |
The web site is set to run in server the crystal report header button images and export options are not working please help me | |
Hi, I wish to save a text file to the client system.i had try ed in my desktop its working fine when i run from server its showing error this code i had given and each client system there is a folder name FCR. fs = new FileStream("d:/FCR/FCR" + strdt … | |
Re: if that particular if condition is true only it will have a value to return otherwise you need to give some other values to return in oter section ie public TreeNode FindInstanceNode(string SubContainer,string instance) { TreeNode Node = GetTreeViewClickedNode(); foreach (TreeNode trNode in Node.Nodes) { if (trNode.Text == "SUB-CONTAINERS") { … | |
I wish to test run my newly designed web site from server now its in desktop system please help me. | |
To add check box to grid who s auto generate column property is true. I wish to select all the rows who s check box is checked .which can be checked by the user after generating the grid so at generating time all item template check box default values want … | |
I am trying to do grouping the rows according to one field but its getting two rows in detail section of grouped rows instead of one ie same row details is getting duplicated one more time.I try ed the linking of the tables selected for the report all into inner … | |
Hello i wish to retrieve rows from a table based on a particular column which contains null values in sql2000 server I try ed a lot but its not working please help me. | |
hai, How to convert crystal report to excel format (with correct alignment,lines and every thing exactly like excel).please help me. | |
Hello, I wish to get the code to pass the log in information (i.e server name,pass word etc) as parameter at the time of calling report Now its asking (user name ,password) before going to the report page each time .please help me. | |
Re: Already inbuilt login controls are there in ASP.net.I think you can use that one.For linking button with data source i am hearing it for first time sorry no idea. | |
I wish to use calendar control (i e selected date is to be automatically send to the text box) .The calendar control is to come like a pop up or other way without making position change to other placed controls in the web page.please help me | |
hello, How to bring back the control to already opened web page from a newly opened web page after that.Help me plz | |
help please, i wish to know the code to redirect to an exsisting open web page from another web page(ie child page want to be closed and control want to be come to parent web form which is already previously opened) | |
hello, would you pls suggest some links to get started with crystal reports in asp.net c# 2008. | |
help please, I used href with target _blank option to view the details in another web page.problem is this when response.redirect is calling the same page.From which href is used its openning another web page ie(same web page one more time so there ) i wish to make that href … | |
|
The End.