Hello,
I am having a gridview which has records from more than one tables.
id,description and tablename are the columns.
I also have a hyperlinkfield as one of the columns.
on click of this hyperlinkfield I need to show the complete record with that purticular id in that purticular...
Hello,
I have added a database search funtionality to my webpage, it has a text box and search button, on the entry of some text in the textbox and click of the button, the results are displayed in the GridView .
Here I am having 3 tables in the database from which the search is performed...
Hello,
I am having a GridView in which the data is shown is coming from two tables
The gridview has only one column.
DESCRIPTION.
I have added one hyperlink column ,details to the gridview,
When I click on that hyperlink , I have to go to the detailsview of that purticular record selected...
Hello,
I am having three tables in the same database, these three tables have column of type varchar(max).
Now In my web page i have a text box and a search button .
When the user enters a string in the textbox and clicks that search button, then the three tables have to be searched for that...
Hello,
I have a gridview on the select of any row I want to show the details of that selected row in a details view in a new page.
I am able to do this in the same page where the gridview is there, but how can I show it in the new page??
thanks,
Hello,
I am retrieving the data from the database into the drigview, one of the columns in the grid view is a text column which can take maximum of characters ,
Now my problem is the column height is increasing depending on the charcters length.
How can I make the column of fixed height...
Hi,
I have to add a search funtionality to the web application.
Can anyone of you please please help me how to add a search functionality to the application.
Help please!!!!
Hello,
I have to develop a search engine for my application which needs to have these..
1) Ability to search the site and database
2) Key word search
How can I do that , any Help would be great !!!
Hello,
I am having a table with these fields.
createdbyalias varchar(20),
notifyalias varchar(20),
title varchar(max),
description varchar(max),
expireat datetime,
completetime int,
issuenumber int ( which is identity field generated on insert)
I am inserting a record into the table and a...
Hello,
I have created a table with fields like this
--------------------------------------------------------
CREATE TABLE [dbo].[Issues](
[CreatedByAlias] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
[Title] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL...
Hello,
I have created a table
CREATE TABLE [dbo].[Issues](
[CreatedByAlias] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
[Title] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
[Description] [nvarchar](max) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL...
Hello,
I am having a stored procedure through which I am sending an email using xp_sendmail and then updating a record in the database.
The update works fine but I am not able to receive the email from the stored procedure.
Could you please help me to receive the email from this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.