- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
47 Posted Topics
$.get("CommentCount.aspx", function (data) { count = data; alert(count); }); this code will get data from CommentCount.aspx and i wrote it in html but when i run html nothing happen unless i open CommentCount.aspx first then html.How can i still get it when i only run html ?
Dim edit As New Button edit.ID = "edit" & i edit.CssClass = "floatLeft" This code will create a button but its type is 'submit' . How can i change it to 'button' type ?
i have two form in html <form action="Default2.aspx" method="post"> <input type="text" name="txtName" /> <input type="text" name="txtGame" /> <input type="submit" value="send" name="test"/> </form> <form action="Default2.aspx" method="post"> <input type="text" name="txtName" /> <input type="text" name="txtGame" /> <input type="submit" value="send" name="test"/> </form> how can i know which form is send to server ?
When i placed Crystal ActiveX Report Viewer into VB.NET Form, it became like this [Click Here](https://www.dropbox.com/s/n8x5p8hnwrvaev5/error.png) . How can i resize it ? I try to resize it many time , but it always reset to zero. Thank you for answers.
This is my designed form in VB.NET . What do you think about it ? Please give me some idea. [Click Here](https://www.dropbox.com/s/9ugkng13tz407k6/Untitled.png)
can c connect with database like mysql,access or sql server ?
Dim aa, bb As New Collection For Each user As User In allUser Dim character As String = user.FirstName(0) If character = "b" Or character = "B" Then b.Add(user) End If If character = "a" Or character = "A" Then a.Add(user) End If Next this loop use for find first …
can anybody tell me how to display image in C++ (C-Free)
my computer is Dell N4010 . its hard disk divide into 4 partitions : OEM ,System Recovery , C(Window 7) and D(Data). few days ago, i changed C partition to active in Disk Management (i click "Mark partition as Active"). now when i open computer, it can not start Windows …
How can i delete a row in table using abstractTableModel ?
do anyone know which command i can use to count number of network card i have in window server 2008 ?
is it possible to use SWT widgets in swing ? if it can use, how to use it ?
hey everyone last week i got an assignment from my teacher.He want me to create a program that have the same interface like tuneup 2011.He told me to use ActiveX Control but i don't understand what he mean ! can you help me how to do it ? i try …
can i write XML with JAVA ? if can ,can anyone tell me what book should i read ?
i'm using DELL N4010.i can't use bluethooth .can someonehelp me
i don't know if it possible or not if i want to like this : Actually, i have one form "Product" In Form, i have two comboboxs , first name cboProduct that have Row Source "CPU;RAM" and second name cboSeries. what i want to do is when i choose a …
i want to ask you about DirectX My computer,when i check DirectX in DXDIAG it show DirectX 11 but when i view detail performance and system information it show DirectX 10. do you what wrong with it ?
my laptop is DELL N4010, it has already a video card "ATI REDEON 5470" but i want to change it to NVIDIA GEFORCE . can I ?
First I will describe briefly about my LAPTOP . - series DELL INSPIRON N4010 - VGA ATI RADEON 5470 1GB - RAM 2GB(Original) but upgraded to 4 GB DDR3 - VGA SHARD 1736MB - window 7 64 bit (license) my problem is : - i want to turn off video …
i can't use vba in access because when i write: Dim db as[space]->error it seem error space . how do i fix it ?i reinstalled it already but it's not working . thank you
hi i have some question to ask everyone . 1.How make open form in full screen ? 2.Example: I created two completed forms,frmLogin and frmStudent and saved it name "Student".what i want is when i open saved file,i want it only show frmLogin auto(full screen) without choose a form from …
i wonder it possible or not to put video in access form ? if anyone know please answer if not, what about flash ? if can please tell me too . thank you very much
I don't know why my window 7 (64 bit licence) ask to restart window explorer . what wrong with this window . help me !!
Do anybody know where can i find example of database management system all topic especially fast food restaurant(if possible).
do u know some code that we can use mouse in c++ because i want to click some button in my assignment ?
i have some question to ask everyone . 1.what is thread ? 2.what is advantage to use thread ? 3.if you can ,please give me some tutorial about create and using thread . 4.thank for your answer
can anyone help me to clear this ? example: Hello i want to clear 'e' and remain words is "Hllo" please tell me if it possible . thank for the answers.
Hi anybody do you know how to limit string that we input in the program ? LIKE THIS: Input Name: <-we can input only 5 characters
HI Everyone ! Do anyone know how to split string ? Especially this one . Do anyone know funtion "__DATE__" , it show month/date/year. you know ,it is string so i want to separate it because i need month to make condition.
can everyone tell how to write emu8086 to solve this question : - sum=1+2+3+...+2n-1 - p=1*2*3*...*10
do anyone know how to write code that can run string from left to right of screen in C++ ? i can do it in c but in c++ it don't support delay(). i don't know it possible or not ,i want to run string at the same time i …
i want to write some code that can input only number or only character ? plz help me ???
can anyone explain this code to me ? This code can set font color in c++ (window only) and i copy from this web site ([url]http://www.dreamincode.net/code/snippet1491.htm[/url]) it work , but i don't understand some line [B](<-)[/B] 1.void setcolor(unsigned int color) 2.{ 3. if (color >15 || color <=0) 4. { …
hi all friend!! last week I downloaded one software name "winasm" . they said this program can write assembly but i don't know how to write in this program.Does everyone know ?? thank
hi do everyone know which program i can write assembly ? (I'm using Window Premium 7 64 bit) thank for spending your time to answer this question
hi everyone my computer skill is not high enough so i want to ask you what is [B]system[/B] [B]backup[/B] and [B]backup[/B]
Hi everyone I want to ask you something about my video graphic card or (WHQL Logo's drive) . Last week I played far cry 2 and Devil may Cry 3 , it run very good but after one week when i open these game again i can't not play it …
Help me!!! I can't import background in html do you know any tag that can import background
Hi everyone i want to ask u some question : 1.where can i find debug in win 7 2.If win7 don't have ,what program can i write assembly language 3.Thank for answers friends
Can anyone tell me about the best HTML book ? thank for reply
hi does everyone know how to delete ' ->' in visual c++ ? Ex. #include<iostream> -> int main() -> ->{std::cout<<"Hello"; -> ->. return 0; ->-> }
WHO know the best C++ Compiler for window 7 64 bit ?? thx for reply
HI EVERYBODY I would like to ask you some question : 1. my computer always restart every two hours .i don't know what problem is . my friend told me it because power supply or sometime it cause from video card but when i check it seem OK .what should …
Hi everybody !! I would like to ask you some question about C++: 1.what is the best program that can write C++ more easily? 2.Can you output C++ in different language beside English ? 3.if everybody know pls tell me . 4.do you know some useful website for C++ because …
The End.
chamnab