Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
Member Avatar for 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 distributors and the "downline" can go down many levels(but limited levels!). I need a sample MLM structure.Could anybody help …

Member Avatar for kingmakerram87
0
183
Member Avatar for ansari.wajid

Hi Experts, I have a windows service running every minute and has many database operations to perform. It runs perfectly for many days, sometimes it suddenly stops and throws this exception. Later when we start to debug it, the exceptions goes off, but if we don't debug, the exception continues …

Member Avatar for ansari.wajid
0
210
Member Avatar for ansari.wajid

I am facing a unique bug on a website I am developing, Its occurring only for IE(I am using IE8) that too only on the online version of the site, On my local machine its working perfectly and on all other browsers(firefox, safari, and chrome) its working perfectly both on …

Member Avatar for ansari.wajid
0
225
Member Avatar for ansari.wajid

Hi Friends Please check this link in IE8: <a href="http://www.freej.ae/freejaetest/ar/FreejEpisodes.aspx">http://www.freej.ae/freejaetest/ar/FreejEpisodes.aspx</a>. If you select first link below page title from right in the above link, You will see a jcarousel in the bottom which is not displaying correctly...But when I see it on my local machine its showing up correctly but …

Member Avatar for ansari.wajid
0
101
Member Avatar for ansari.wajid

Hi Below is the XML structure <?xml version="1.0" encoding="utf-8" ?> - <Salary> <empNo Required="true" List=”false ></empNo> <Basic Required="true" List="false” >Basic Salary</Basic> <HRA List="false” >Housing Allow</HRA> <TA List="false” >TA</TA> <Others List="true >Other Allowances</Others> <Total List="false” Required="True">Total Salary</Total> - <Sex List="true"> Sex <gender>Male</gender> <geneder>Femal</geneder> </Sex> </Salary> I am having a requirement of …

0
100
Member Avatar for ansari.wajid

I am getting "The connection was reset" error on my live server but its working okay on my local server. The thing is that I am having a drop down on a page, When the page is loaded drop down is filled with 2 values in it, I am able …

Member Avatar for finito
0
106
Member Avatar for ansari.wajid

Hi Guys I am trying to use below code to show a save dialog box when a link with .swf file is clicked, But the problem is that its not working. Can anyone share the code to show a save dialoge box when a link is clicked with .swf file …

Member Avatar for ansari.wajid
0
184
Member Avatar for 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. Thanks Ansari

Member Avatar for jbisono
0
126
Member Avatar for 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 me. Thanks in advance.

Member Avatar for jbennet
0
123
Member Avatar for 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 to the user control(menuUserControl) in a page, it should use a theme based on the groupid I …

Member Avatar for joelsmith
0
156
Member Avatar for 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: [CODE] <select name="ddlPlaceHolders" onchange="FTB_API['ctl00_ContentPlaceHolder1_ftbMailText'].InsertHtml (ddlPlaceHolders.options[ddlPlaceHolders.selectedIndex].text);"> <option value="<!FN>">First Name</option> <option Value="<!LN>">Last Name</option> <option Value="<!EM>">Email</option> </select>[/CODE] the statement [CODE]"FTB_API['ctl00_ContentPlaceHolder1_ftbMailText'].InsertHtml (ddlPlaceHolders.options[ddlPlaceHolders.selectedIndex].text);"[/CODE] is working …

0
77
Member Avatar for ansari.wajid

Hi All I am writting an stored procedure to get the recently inserted records primary key as follows: [CODE]ALTER PROCEDURE [DBO].[AddEditUserMsgDetails] ( @iJobID [INT]=NULL, @iUserID [INT]=NULL, @vFromName [VARCHAR](50)=NULL, @vFromAddress [VARCHAR](50)=NULL, @vSubject [VARCHAR](50)=NULL, @iListID [INT]=NULL, @vActualText [VARCHAR](100)=NULL ) AS BEGIN /* Logic Comments: INSERTING OR UPDATING INTO THE TABLE ezlMailJobs EXEC …

Member Avatar for dickersonka
0
198
Member Avatar for ansari.wajid

Hi I want to execute below query in ms-sql server 2000 but its giving errors. Can anybody help please. [CODE]select * from ( select vRefTable from mainmenu where iMenuId=58 ) where (select vFieldsName from TableField where iMenuId=58 and bIsPrimary=1 and iTableFieldId=11) = 1[/CODE] Its showing below errors. your help is …

Member Avatar for dickersonka
0
119
Member Avatar for 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 help will be greatly appreciated. Its very urgent. Thanks [CODE]<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="336" height="297" bgcolor="#FFFFFF"> <param …

Member Avatar for kavin123
0
245
Member Avatar for 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 str="something is [!better] than [!nothing]" so i need to extract [!better] and [!nothing] from …

Member Avatar for dickersonka
0
105
Member Avatar for 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 showing error. please help me resolve this problem. Thanks [code=aspnet] protected …

0
136
Member Avatar for 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 dropdownlist and presses button that particular value should be inserted on the cursor location …

Member Avatar for greeny_1984
0
89
Member Avatar for 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. Thanks

0
113
Member Avatar for 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> <description>something</description></RssFeeds><RssFeeds><link>http://lifehacker.com/index.xml</link> <title>Lifehacker</title> <description>something</description> </RssFeeds> I want to extract the text between <link>and </link> and also the text between <title>and </title> in two different arrays. How to do this, please help me. if anyone have code or any helpfull …

Member Avatar for nvmobius
0
301
Member Avatar for 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.

0
97
Member Avatar for 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 want to display numbers between 12 to 20 or from 100 to 150. How to do …

Member Avatar for ansari.wajid
0
128
Member Avatar for 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 I am applying in my application. I have 2 text …

Member Avatar for tuse
0
118
Member Avatar for 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 cooumn. Kindly help me please. html code <asp:DataList ID="dlImage" runat="server" RepeatColumns="3" Width="311px" …

Member Avatar for ansari.wajid
0
105
Member Avatar for ansari.wajid

Hi I have 2 tables in database as follows: table1: id name state id 1 aaa 1,2 2 bbb 1,3 table2: id state 1 ak 2 ny 3 jk so the problem is that I want to display all the data of "[B]table1[/B]" in a gridview and in place of …

Member Avatar for ansari.wajid
0
92
Member Avatar for 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 should navigate to a new page taking that stateid as querystring, So …

Member Avatar for aankurpatel
0
92
Member Avatar for 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 dropdownlist from database in asp.net2.0 using c#. Can anybody help me please. Thanks Wajid

Member Avatar for ansari.wajid
0
1K
Member Avatar for 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 = new OleDbDataAdapter("select * from tblImp", cn); da.Fill(ds, "tblImp"); tablecontrol.datasource() = ds.Tables[0]; tablecontrol.DataBind(); table is not populated with data from access database. help me plz.

Member Avatar for ansari.wajid
0
74
Member Avatar for 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..

Member Avatar for ansari.wajid
0
78