Search Results

Showing results 1 to 33 of 33
Search took 0.01 seconds.
Search: Posts Made By: ansari.wajid
Forum: Database Design May 12th, 2009
Replies: 1
Views: 1,234
Posted By ansari.wajid
Hi friends

Has anyone done a db for a multi-level compensation structure? I'm talking about a company that is MLM or a multi-level marketing network. Where distributors sign up under other...
Forum: ASP.NET Jan 27th, 2009
Replies: 2
Views: 1,071
Posted By ansari.wajid
Hi

I think I have not explained the problem clearly.
So in simple terms, I want to say that I have created a usercontrol and using it in a page at the top and bottom. I want to apply two...
Forum: ASP.NET Jan 27th, 2009
Replies: 2
Views: 1,071
Posted By ansari.wajid
I have created a user control with name menuUserControl with menu control in it. I have created a user defined property for the user control(menuUserControl) as groupid and when ever I pass groupid...
Forum: ASP.NET Nov 7th, 2008
Replies: 0
Views: 570
Posted By ansari.wajid
Hi All

I am getting problem in putting text at the cursor location in freetext box which is place in a Place holder and .
My code is as follows:
<select name="ddlPlaceHolders"...
Forum: MS SQL Nov 6th, 2008
Replies: 1
Views: 1,631
Posted By ansari.wajid
Hi All

I am writting an stored procedure to get the recently inserted records primary key as follows:


ALTER PROCEDURE [DBO].[AddEditUserMsgDetails]
(
@iJobID [INT]=NULL,
@iUserID...
Forum: ASP.NET Oct 7th, 2008
Replies: 1
Views: 1,033
Posted By ansari.wajid
Hi All

I want to have a dynamically generated menu from a dynamically generated web.sitemap file which gets populated from the database. Is it possible.
Your help is greatly appreciated.
...
Forum: MS SQL Sep 24th, 2008
Replies: 1
Views: 2,702
Posted By ansari.wajid
Hi

I want to execute below query in ms-sql server 2000 but its giving errors.
Can anybody help please.

select * from ( select vRefTable from mainmenu where iMenuId=58 )
where (select...
Forum: ASP.NET Sep 16th, 2008
Replies: 1
Views: 539
Posted By ansari.wajid
Hi

I want to extract sustrings from a string and want to store in an array.
The string is dynamic it will change but the criteria to extract substring is same.
say for example a string...
Forum: ASP.NET Sep 12th, 2008
Replies: 1
Views: 3,359
Posted By ansari.wajid
Hi

I am using below code to play flv files using scrubber.swf in the browser but its giving compatibility issue. While it is working fine on internet explorer, its not working on firefox.
Any...
Forum: ASP.NET Sep 10th, 2008
Replies: 2
Views: 1,329
Posted By ansari.wajid
Hi all

How to convert any type of audio or video file in to an swf extension and play it in a browser. I have searched a lot on net but in vain:confused: . My last hope is this forum. Please help...
Forum: ASP.NET Sep 4th, 2008
Replies: 0
Views: 2,635
Posted By ansari.wajid
Hi

I have gridview and I am using gridview1_rowupdating event to update the gridview, but when I am using the code given below its not working. I do not know why it is not updating, it is not even...
Forum: ASP.NET Aug 20th, 2008
Replies: 1
Views: 555
Posted By ansari.wajid
Hi

I am again in need of the professionals on this form. Thanks for the help in past.
I have a freetextbox,a dropdownlist and a button in my application. when ever user selects a value in...
Forum: C# Aug 13th, 2008
Replies: 0
Views: 638
Posted By ansari.wajid
I have a webbrowser control in my desktop application and its background color and foreground colors are needed to be changed at runtime. How to achieve it. please send some sample code to do this.
...
Forum: C# Aug 8th, 2008
Replies: 2
Views: 5,975
Posted By ansari.wajid
I have a string stored in a variable, say
myString= <RssFeeds<link>http://www.codeguru.com/icom_includes/feeds/codeguru/rss-all.xml</link>
<title>CodeGuru.com</title> ...
Forum: C# Aug 1st, 2008
Replies: 0
Views: 926
Posted By ansari.wajid
Hi Friends

I got a task from my team lead to create a desktop news ticker.
If any one have code or else an helpfull link for the same, please reply back. Thanks in advance.
Forum: MS SQL Jul 30th, 2008
Replies: 2
Views: 981
Posted By ansari.wajid
Forum: MS SQL Jul 28th, 2008
Replies: 2
Views: 981
Posted By ansari.wajid
I have a table with 3 columns as follows:

lower upper id
12 20 100
100 150 200


I want to select range of numbers based on lower and upper column.
For example I...
Forum: ASP.NET Jul 25th, 2008
Replies: 3
Views: 997
Posted By ansari.wajid
Hi friends

First of all I would like to thank people here on Daniweb for helping me whenever I need help. I am hopefull that now also all of you will help me. Today I got a special scenario which...
Forum: ASP.NET Jul 1st, 2008
Replies: 3
Views: 2,038
Posted By ansari.wajid
problem is resolved. Actually I was storing the complete physical path of my application in the database like D:\something\myapplicating\images\img.jpg that is why images in datalist are not...
Forum: ASP.NET Jun 30th, 2008
Replies: 3
Views: 2,038
Posted By ansari.wajid
I am saving path of the image in the database.
Forum: ASP.NET Jun 30th, 2008
Replies: 3
Views: 2,038
Posted By ansari.wajid
Hi All

I am working since 2 days to display images in a datalist and the code used is given below, but its not displaying the images.
I am storing path of the image in database in imagepath...
Forum: ASP.NET May 7th, 2008
Replies: 4
Views: 5,008
Posted By ansari.wajid
Forum: ASP.NET May 7th, 2008
Replies: 4
Views: 5,008
Posted By ansari.wajid
Hi

Thanks for your reply.
Sorry to say that the link you sent does not match my requirement. Actually I am new to asp.net, If you have any other idea for my requirement please reply back.
...
Forum: ASP.NET May 6th, 2008
Replies: 4
Views: 5,008
Posted By ansari.wajid
Hi

I have 2 tables in database as follows:

table1:

id name state id

1 aaa 1,2
Forum: ASP.NET Mar 20th, 2008
Replies: 2
Views: 3,161
Posted By ansari.wajid
Hi All

I need to add mouseover event on hyperlink which is in a gridview.

What actually I need is displaying names of states in a gridview as hyperlink and when I take mouse over any state, it...
Forum: ASP.NET Feb 14th, 2008
Replies: 7
Views: 4,644
Posted By ansari.wajid
Hi shesaidimapreggy

Thanks a lot, its working fine now.
Forum: ASP.NET Feb 13th, 2008
Replies: 7
Views: 4,644
Posted By ansari.wajid
Hi SheSaidImaPregy

Thanks for your help.
But still its giving the same problem

Thanks Again
Wajid
Forum: ASP.NET Feb 13th, 2008
Replies: 7
Views: 4,644
Posted By ansari.wajid
Hello All

I am not a very good programmer, just tryied following code but its not working.

when ever I am pressing delete button after selecting a value in dropdownlist, it just deleting the...
Forum: ASP.NET Feb 12th, 2008
Replies: 7
Views: 4,644
Posted By ansari.wajid
Hi All,

I have created a table called tblState in access with 2 columns: id and state and am populating a dropdownlist with state.

I am in need of code to delete a selected value of...
Forum: ASP.NET Sep 5th, 2007
Replies: 2
Views: 1,229
Posted By ansari.wajid
hi,
i am a beginner in asp.net. wat to do to populate table control from access database. above code is not workin. problem is in bindin data with table control. how to bind data to table control....
Forum: ASP.NET Sep 5th, 2007
Replies: 2
Solved: Table Control
Views: 1,614
Posted By ansari.wajid
thanks a lot
Forum: ASP.NET Sep 4th, 2007
Replies: 2
Views: 1,229
Posted By ansari.wajid
OleDbConnection cn = new OleDbConnection("provider=microsoft.jet.oledb.4.0;data source=C:\\tblImp\\db1.mdb");
cn.Open();
DataSet ds = new DataSet();
OleDbDataAdapter da =...
Forum: ASP.NET Aug 31st, 2007
Replies: 2
Solved: Table Control
Views: 1,614
Posted By ansari.wajid
How to populate data from access database into asp.net table control. plz help me out. waiting for quick response.
thanks in advance..
Showing results 1 to 33 of 33

 


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

©2003 - 2009 DaniWeb® LLC