Search Results

Showing results 1 to 40 of 116
Search took 0.01 seconds.
Search: Posts Made By: bhavna_816
Forum: ASP.NET Feb 26th, 2009
Replies: 2
Views: 508
Posted By bhavna_816
Since we use the Silverlight plugin in the aspx page, so how can we achieve this?

If u don't mind, can u plz provide me the link or any source to achieve this?

Thanks in advance,
Forum: ASP.NET Feb 24th, 2009
Replies: 2
Views: 508
Posted By bhavna_816
Can we use ASP.NET website inside the Silverlight application?
Forum: ASP.NET Feb 23rd, 2009
Replies: 0
Views: 342
Posted By bhavna_816
I want to add some custom properties as well as the existing properties should remain same in the controls.
Some of the controls can have the extended properties, but some controls like Textblock...
Forum: ASP.NET Feb 11th, 2009
Replies: 0
Views: 735
Posted By bhavna_816
I want to create a list of hyperlink buttons, and the bulleted list should contain some images before the link.
For example
> how
> can
> i
> get
> this

So in place of ">" i need different...
Forum: ASP.NET Jan 29th, 2009
Replies: 1
Views: 924
Posted By bhavna_816
I am very new to SharePoint...
I need to know two things:
1. How to work on a single website with multiple developers?
2. How to deploy the SharePoint website or webapplication on production...
Forum: C# Dec 18th, 2008
Replies: 0
Views: 1,484
Posted By bhavna_816
hi all,

i want to run the slide show say ten slides and then close it programaatically , but in my code given below it opens the slide show and closes immediately ... ..
please give me a...
Forum: C# Dec 12th, 2008
Replies: 2
Views: 1,360
Posted By bhavna_816
Forum: C# Dec 12th, 2008
Replies: 2
Views: 1,360
Posted By bhavna_816
I have created a C# Windows application in .NET 3.5, it runs the powerpoint slideshow and closes all the existing slideshows and should only run the new .ppt application.

In C# when I run this...
Forum: C# Dec 11th, 2008
Replies: 5
Views: 2,252
Posted By bhavna_816
Thanks friends for your valuable replies. The main problem is solved of launching the slideshow of .ppt files.. with the help of this code


Microsoft.Office.Interop.PowerPoint.Application ppApp =...
Forum: C# Dec 11th, 2008
Replies: 5
Views: 2,252
Posted By bhavna_816
That is the problem that How can i launch the slideshow programmatically with C# Windows applicaiton....
Forum: C# Dec 11th, 2008
Replies: 5
Views: 2,252
Posted By bhavna_816
I am creating a folder watcher application.
If a new powerpoint file gets added in the folder it should get started automatically.
So if I put .pps file into the folder then and I say ...
Forum: ASP.NET Nov 7th, 2008
Replies: 0
Views: 798
Posted By bhavna_816
I am working with Silverlight website with released version 2.
I have created a website with have some xaml pages, I want to show contents dynamically it might be aspx page or simple html page,...
Forum: RSS, Web Services and SOAP Jun 16th, 2008
Replies: 0
Views: 2,439
Posted By bhavna_816
I have a webservice which accesses some methods from the Business layer.
I made a website which uses this webservice, I have given the WEb reference for that web service.

I want to call a...
Forum: XML, XSLT and XPATH Jun 12th, 2008
Replies: 0
Views: 2,811
Posted By bhavna_816
I have two XMls having same node and different data(innertext)
I want to compare these two xmls and if there is any change then save the new one into the database
and if both are same then do not...
Forum: ASP.NET Jun 10th, 2008
Replies: 2
Views: 3,986
Posted By bhavna_816
I am a bit confused what should I use a buttonfield inside GridView or an ItemTemplate with a command button?
Forum: ASP.NET Jun 9th, 2008
Replies: 2
Views: 3,986
Posted By bhavna_816
I am displaying a GridView on some specific criteria which is entered by some textboxes say studentid, studentname as input from textbox and show records in GridView.
For this I m using a stored...
Forum: ASP.NET Jun 4th, 2008
Replies: 14
Views: 7,944
Posted By bhavna_816
Hi gunj,
U have two ways to do, first what I thought earlier and the second which I implemented

1) First of all I need to know that on which criteria u r searching? Anyway if ur SP is querying...
Forum: ASP.NET Jun 4th, 2008
Replies: 14
Views: 7,944
Posted By bhavna_816
Hi gunj,
Can u explain me the problem in bit detail?
Forum: MS SQL May 29th, 2008
Replies: 2
Views: 2,175
Posted By bhavna_816
I am using SQL Server 2005, I have some select and update statements in my query with WHERE clause

I want to prevent these queries from SQL injection attacks.
What are the steps and precautions...
Forum: ASP.NET May 26th, 2008
Replies: 1
Views: 417
Posted By bhavna_816
I have a login page where I have my own label and texboxes which take input username and password, and there is a function in which there is a SP which validates username and password stored in the...
Forum: ASP.NET May 19th, 2008
Replies: 3
Views: 1,453
Posted By bhavna_816
I just want to display "Please wait.."message with image on my page till the entire page could not get loaded that means I don't want my page to be refreshed.
I am trying with this link but still I...
Forum: MS SQL May 19th, 2008
Replies: 2
Views: 3,487
Posted By bhavna_816
I am joining two tables with INNER JOIN and I am getting duplicate entries.
I used DISTINCT but its not working.
Do we have some other keywords for the same?


Thanks in advance,
Forum: ASP.NET May 16th, 2008
Replies: 3
Views: 1,453
Posted By bhavna_816
There is aspx page where I am displaying a GridView with some data about basic details about a person.
In that GridView there is a hyperlink, which navigates to a new aspx page where I am displaying...
Forum: ASP.NET May 9th, 2008
Replies: 14
Views: 7,944
Posted By bhavna_816
After that should I get all the details that I got from the query output datatable?
since I m showing only 4-5 fields from datatable in GridView and all the details say 50 fields are shown after the...
Forum: ASP May 8th, 2008
Replies: 1
Views: 1,201
Posted By bhavna_816
When I go to the design window and drag some control say label in that, I can't be able to see that.
When I switch to Source control, I can the tag like


<?xml namespace="" prefix="asp" ?>...
Forum: MS SQL May 8th, 2008
Replies: 3
Views: 3,760
Posted By bhavna_816
I have joined three columns as

SELECT (Prefix+' '+firstname+' '+lastname) from Persons
Forum: MS SQL May 8th, 2008
Replies: 3
Views: 3,760
Posted By bhavna_816
I have a table which have person's name as Prefix, firstname, lastname, address as three
different columns.
I want to get all records when fire a query like

SELECT * from Persons where name=...
Forum: ASP.NET May 8th, 2008
Replies: 14
Views: 7,944
Posted By bhavna_816
Actually what I m trying to do is I m firing a query in SQL Server 2005 to retrieve records for selected criteria.
Based on the selection the query result I m taking that in a datatable and I have...
Forum: C# May 7th, 2008
Replies: 2
Views: 1,197
Posted By bhavna_816
I have a datatable which is having n no. of rows and each row has a unique field say ID.
Now I want to get a particular row for a specified ID.
eg. there are 5 rows in a datatable and the id's are...
Forum: ASP.NET May 7th, 2008
Replies: 14
Views: 7,944
Posted By bhavna_816
I have a datatable which is having n no. of rows and each row has a unique field say ID.
Now I want to get a particular row for a specified ID.
eg. there are 5 rows in a datatable and the id's are...
Forum: MS SQL Apr 24th, 2008
Replies: 2
Views: 1,678
Posted By bhavna_816
I want to select data from ranges like

Column1 Column2
25000 10
50000 20
75000 30

I want records like upto 25000, I get 10
upto 50000, I get 20
upto or more than 75000, I get 30
Forum: MS SQL Apr 11th, 2008
Replies: 5
Views: 2,648
Posted By bhavna_816
I want to get two columns data from two tables which are not dependent to each other i.e. no key common in both they are not related to each other.

I can't use JOIN because it needs where clause...
Forum: MS SQL Apr 7th, 2008
Replies: 2
Views: 13,311
Posted By bhavna_816
I have to add a not null column in a table.
I am using

IF NOT EXISTS(SELECT * FROM information_schema.columns WHERE column_name = 'xyz'
AND table_name = 'abc')
BEGIN
ALTER TABLE abc WITH...
Forum: C# Mar 25th, 2008
Replies: 3
Views: 1,162
Posted By bhavna_816
I am facing a problem.
I have an enum which further goes as some string values.
Now I have a check or validation for that particular enum type as if it is null, then
display some error message.
...
Forum: MS SQL Mar 25th, 2008
Replies: 2
Views: 3,520
Posted By bhavna_816
Thanks ....
I have done exactly same and my problem is solved...
Forum: C# Mar 24th, 2008
Replies: 2
Views: 8,681
Posted By bhavna_816
Can we do like this in enums

enum myStringEnum {
enumItem1 = "value 1",
enumItem2 = "value 2",
etc
}

i.e.spaces in the string value, I know we can assign int value to enum
but I m not sure...
Forum: C# Mar 24th, 2008
Replies: 8
Views: 12,799
Posted By bhavna_816
private DataRow FetchSPParameter(string a,string b, int i)
{
drSPParameter=function to get the FirstRow from datatable of dataset("FetchSPParameter", "SPParameter", parameters);
}

where...
Forum: C# Mar 24th, 2008
Replies: 8
Views: 12,799
Posted By bhavna_816
I am calling a stored procedure which returns some parameters and storing these parameters in a datarow say "drSPParameter", in a function say "InsertParameter".
Now this is one function, now I have...
Forum: C# Mar 21st, 2008
Replies: 8
Views: 12,799
Posted By bhavna_816
I have a function which have return type DataRow and the parameters for the fucntion
are the parameters for the stored procedure.

I have to execute the Stored Procedure with given parameters and...
Forum: MS SQL Mar 20th, 2008
Replies: 2
Views: 3,520
Posted By bhavna_816
I have a table having columns like values, like this

col1 col2 col3
1000 10 2
1000 20 3
1000 30 4
2000 10 5
2000 20 6
2000 30 7
3000 10 8
Showing results 1 to 40 of 116

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC