Hi,
I am confused about frames in asp.net. In html frames are made to divide the page in parts and display different pages in the same page. But in visual studio there is no object for frames. Please tell me how to create frames in asp.net and how to provide them the source file.
Thank You.
User Profile
Collapse
-
Thanks for all of you people for replying leave my second question I have solved it. My problem is same with image gallery that is I have 100 images and 6 thumbnails will be displayed on one page. How can I make gallery that page numbering occures. Just like girdview that it take data from database and make paging of it in order to slide the user one by one all pages. Hope now you will understand my problem.
Thank you. -
Ast.net image gallery
Hi,
I have developed a website related to showbiz personality. The problem is I have made an image gallery which stores the images. I like to display 6 images per page and when click on image original picture with original size should be shown. Second thing is that response.redire ct instruction can work with HTML pages. Please do solve my these problem.
Thank You. -
crystal report Help. Urgent
Hi Experts,
I have made a crystal report that work with sql database. First I have made dataset and made connections for tables then I have created crystal report and add ADO.NET dataset table on it. And on the crystal report viewer I have bind the data set and table and write the code on form load
this.localtable adapter.Fill(th is.pIDDataSet.l ocal);
But on execution report is not showing actual data. On the other... -
Crystal Reports !!
Hi,
I have worked with RDLC reports on visual studio.net 2005 and now i am using crystal reports. I want to add data from single table using ado.net and in the crystal report I have added the database tables but on preview no data is shown. Is it not possible to display data on crystal reports without temporary table. In RDLC report we add database fields and on the properties of report viewer we slect the report and the instance of dataset.... -
DateTime.Now will return date and time both but i have to read only time and in loop it will not work fine. How I can use it in thread ???...Leave a comment:
-
Clock Time !
Hello,
In my recent project I have to make a form in which clock time should be shown. Means my form will be active upto 40 minutes and the time should be shown on form. When user will start work with form then current time will be shown on the form and with the system clock tick the timer will decrement. At 40 minutes application will be exit. Now tell me how to read system clock time at every moment. How it will be made on thread... -
RDLC report
Hello,
Here is a problem with rdlc report in .net 2005 with c#. I have made a rdlc report and bind it with data source with contains image also and its showing well. But my requirement is to add an image in the report that is the symbol of our company but when i select image box then there are three types of sources "database","ext ernal","embedde d". database type is used when image will retrieve from... -
Creating DataSet in .NET2005 !
Hello,
Suppose we are using .NET 2005 and dealing with sql server database containing two tables. Now we have make their adapters and bindingSource using built in features of .net 2005. After this to make a rdlc report we want to put the data according to our choice to be filled in the report. For that purpose we have to make a data set with same photo copy of the table that is in sql server with diffrent name. How it can be made.... -
c# report making on Search Based.
Hello,
I have database project in which the record should be searched and if found then display it in report form and if not found then show blank. For this purpose I have made search button and behind code is
private void btnSearch_Click (object sender, EventArgs e)
{
LocalReport LocalForm = new LocalReport();
LocalForm.ShowR eport( textBox2.Text, textBox3.Text,... -
Image insertion in SQL server !
Hi,
If we want to insert the image in sql server table then how to do this and what should be the data type of the cell where image should be inserted. Similarly if we want to show this image in our c# form sql server table then how to do this?
Thank You. -
Report View C#
Hi,
I have done a project in which there is a form for search based on two values.
After searching i want to display the results in report form for taking the print. So how the search can be made and display in it report form. I am using .NET framework 2005 and i have connected the SQL database through builtin sql features in .NEt 2005. Kindly tell me how the report will be made or what parameters should be passed. Please give me... -
Built in SQL server Controls !!
Hello,
I am using Microsoft .NET 2005. I have to do is to insert,delete and report viewing in c#. I have made bindingsourcena vigator and made connections of database and tables. Navigation buttons, Adding records buttons, deleting records buttons have come by default through .NET2005. But the Event handler functions are not seeing in the code that .NET has made. Like
private void bindingNavigato rSave_Click(obj ect sender,... -
.NET SQL SERVER Usage
Hi,
My question is that if use built in sql server of .NET Framework 2005 then after creating database how to perform insert function to insert values in the table. I cant find where the query is going to made. Please guide me how to perform operation on databases through builtin sql server in .NET 2005.
Thank You. -
c# Button Property !!!
Hi,
In my currently task I have made a login and password field in the form when user enters this information and click OK then if the user name and passowrd is correct then the Proceede Button of the another Form should be enabled and I have do this usin a function
this.button1.En abled=true;
but this statement doesn't work. Kindly tell me after this statement is there any other statement like repaint required as... -
C# Password Field ???
Hi Experts,
I am currently using c#.net to complete my project and my problem is that for authentication i have used a form containing login and password fields but there is a little confusion in using password field that is instead of displayin password in sterik form (******) password is displayed as directly in text. I search alot to make this text field in password field but i could not succeed. I have searched... -
Hi,
You can't understand my problem, actually my problem was that ////////////////// i m using file stream in my project for reading and writing data in .txt files and i want to delete some lines from text file/////////////////// that was my question and untill this time i found the Seek method to go to my my required lines that should be deleted but unable to delete lines from txt file.
Hope now you will underst...Leave a comment:
-
FileStream in C#
Hello,
I am using FileStream mechanism in my project and I want to delete some lines from the .txt file. I am reading line by using the following code
while(SR.ReadLi ne())
{
...............
...............
}
Thanks. -
Hi,
I want to get know that in result of execution of the above query, values (id,password) will go on DataSet but i want to enquire that how can i check that any value come in DataSet or not if no correct login information will be sent by user then i will display the error message for the user.
Hope now u will understand.
Thanx.Leave a comment:
-
C# Database Log in
Hi Experts,
I am using login mechanism in my currently developed software but i am confused to use the SQL query for login attempt.
SELECT * FROM <tablename> WHERE id="<login>" AND password="<pass word>";
Now tell me how to check that whether any value come in dataset in result of the above query.
Thanx.
No activity results to display
Show More
Leave a comment: