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
Ranked #2K
~6K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Slade

Is there any possible way to remove a query string without redirecting to another page? You see, my problem is I am using panels, when the create new button is clicked, it gives the querystring of "?JobID=New" now when I click on another button (which simply hides the current panel …

Member Avatar for jack lion
0
214
Member Avatar for sidrules1984

Hello.. i need some help.. WHich lang to use for my proj on Online recruitment system.. And how 2 start.. I haven't studied asp,vbscript.. what shd i do.. i m really worried. plz help.

Member Avatar for Taywin
0
183
Member Avatar for santhi1986

hey some one help me out in calculation O(n) int koodle (int n) { int j,k:int x; if(n%2==0) for(j=0;j<n;j++) x+=rand()%2; else for(k=0;k<n;k++) x+=rand()%2; return x; } I need to obtain the time complexity of the above matrix transpose algorithm using program step count method. Thanks for any help I can …

Member Avatar for srabasti
-2
178
Member Avatar for firebirds98

I am trying to populate a drop downlist on my page with data in flightnum from the table Air_Flight, my dropdownlist keeps having System.Data.Datarow in the dropdownlist. Im pretty sure im one line of code away from getting the actual values in the dropdownlist, I am just not sure which …

Member Avatar for Ezzaral
0
358
Member Avatar for u4umang2001

Hi i m working with ASP.Net, C# i need to have an example of trigger how to call it from C#, and how to execute???

Member Avatar for matricol
1
176
Member Avatar for Stunt

Hello DaniWeb users, I'm in search of a script that is currently in use by [URL="http://www.joystiq.com/"]JoyStiq[/URL], or something like it if it is unique. [img]http://i40.tinypic.com/qqqwm1.png[/img] It basically lets you hover the image and a link is displayed under and you can click the image or the link. Visit [url]http://www.joystiq.com/[/url] to …

Member Avatar for Stunt
0
135
Member Avatar for designingamy

Hello all, I asked this question before but it's been awhile ago and I can't find where I asked it. But anywho, it's never been solved. On one page I want a person to upload a picture and my php code checks it and puts it in a directory on …

Member Avatar for designingamy
0
175
Member Avatar for Aamit

[code] <form> <table border="0" width="100%"> <tr> <td align="right" width="60%"><select name="select" size="1" > <option>Select Category</option> <? $sql1=mysql_query("select name from categories") or die(mysql_error()); $num=mysql_num_rows($sql1); while($row=mysql_fetch_array($sql1)) { $category = $row['name']; ?> <option><?php echo $category; ?></option> <? } ?> </select> </td> </tr> </table> </form> [/code] Here i got i.e. it display in list student, …

Member Avatar for kanaku
0
251
Member Avatar for knrakesh

hello friends thanks to all for their co-operation iam facing a problem with date function i want to insert it in a database by taking from form is there any one whi gives the code Thank u KNR

Member Avatar for dilipv
0
163
Member Avatar for pupsaa

Hi! First of all to say that I am a newbie in PHP world. I have a table in a database and I am trying to update a row's content based on its id that I get inside the page's link. But the update never occurs. Please help. I can't …

Member Avatar for dilipv
0
125
Member Avatar for dourvas

hallo there. i am new in programming so i ask for your understanding i want to put the results from a sql query into a textarea. then i want to be able to pick one of the records of textarea and delete it (textarea and database). (i dont have to …

Member Avatar for dilipv
0
238
Member Avatar for johnny.g

hiii,,i m a new member of daniweb and new to programming also.. well i have a simple login page in my website,, currently i am using standard username and password,,,but i would like to have the username and password checked from a table in the database,, i am using asp.net …

Member Avatar for SheSaidImaPregy
0
194
Member Avatar for psathish2

hi i am `asp.net` beginner, i doing login validation using `asp.net` in c#. here i was create the db in sql server 2005 ,fetch the data from db and compare the text box value. if condition error will be show. it is using visual studio 2005. given below my code …

Member Avatar for psathish2
0
252
Member Avatar for ebabes

Everytime I connect my Access database into my page for some SQL statements like SELECT, INSERT, UPDATE, and DELETE - I make use of an absolute path in my data source such as [COLOR="Red"]Data Source = C:\MyData\grades.mdb[/COLOR]. But when I make use of a relative path in my data source …

Member Avatar for ebabes
0
451
Member Avatar for ebabes

How can I incorporate a web counter (page hit) in ASP.Net to track the number of visitors in my site?

Member Avatar for SheSaidImaPregy
0
129
Member Avatar for mukund_007

[B]Hello Friends, On my web form there is one DropDown List Box which contains different Items.. and one TextBox, user will Enter Quantity in textBox.... Now problem is that I want to Add Item and Qty in DataGrid on the Same Page when I click on ADD Button......... Later on …

Member Avatar for dilipv
0
152
Member Avatar for Dano56

I need help getting a variable from one page displayed onto another. I have two pages, mainmenu.aspx and secondmenu.aspx. mainmenu.aspx contains Textbox1 which contains some user-entered number in it. When the user clicks on Button1 on mainmenu.aspx, I need the table, Table1, on secondmenu.aspx to reflect that new selection. Thanks …

Member Avatar for bbqchickenrobot
0
174
Member Avatar for bungek84

hai everyone..i'm still beginner in this ASP.. jus wanna know is it ok if i used MySQL as database? can anyone teach.. really needs ur helps and guides..thanx alot guys.. :)

Member Avatar for dilipv
0
152
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 david_bronsky

I have question about Temporary Web Page. When I click on link in my web application and redirect to ( for example) mywebsite.com/12.aspx. When event OnLoad() fire,I read value 12, which is Primary key and make query to the database,get record and represent on web page. But,I need temporary web …

Member Avatar for dilipv
0
149
Member Avatar for u4umang2001

Hi i am passing three parameters to my stored procedure. now in stored procedure i want to execute the query on the basis of given condition. suppose i m passing para1, para2 and para3. now i want update table1 if(para1='' or para1= null) then 'update table1 set para2='''+@para2+''' and para3='''+@para3+'''' …

Member Avatar for dilipv
0
114
Member Avatar for u4umang2001

Hi i want to use "text" datatype to declare a variable in stored procedure. how can i do this???

Member Avatar for dilipv
0
97
Member Avatar for majestic0110

Hi all. just wondered if there was a quick and easy way (or good tutoriaL) to validate user input (on a login control) against a SQL database where the users username and password credentials are stored. Any suggestions will be greatly appreciated! Thanks for your time.

Member Avatar for majestic0110
0
332
Member Avatar for umapathyperumal
Member Avatar for dilipv
0
110
Member Avatar for ebabes

I usually create a datagrid in Visual Web Developer to display information from a database because it has a wizard for SQL transactions. Is there a way to program and manage the datagrid using C# as a script? Such as add or delete directly a record from the datagrid and …

Member Avatar for dilipv
0
101
Member Avatar for ebabes

I wish to display a MessageBox when a user had entered an invalid input in a textbox. How can I do this using C# as my script?

Member Avatar for ebabes
0
138
Member Avatar for Dev-SEO

Hello All, I am looking for automated testing tool mainly for ASP.Net applications... Please share if you have some references.

Member Avatar for ftorres
0
147
Member Avatar for karis