[ create a new paste ] login | about

code_oxide

Name: AcidPaper
Email:
Site/Blog:
Location: India
Default language: C++
Favorite languages:
About:

Saved pastes by code_oxide:

C++, pasted on Jul 23:
1
2
3
this is subquery concept 
update set table1.ei =( select table2.ei where table2.name=peter);
* check the syntax of update  
view (3 lines, 2 lines of output, 1 comment)
C++, pasted on Jul 11:
1
2
3
4
5
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
...
view (188 lines, 5 comments)
C++, pasted on Jul 11:
1
2
3
4
5
http://forums.asp.net/t/1208420.aspx/1
http://stackoverflow.com/questions/6859248/binding-data-from-the-database-to-a-dropdown-list-in-net
protected void Page_Load(object sender, EventArgs e)
{
Populate1();
...
view (42 lines, 2 lines of output, 1 comment)
C++, pasted on Jul 6:
1
2
3
4
5
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
...
view (128 lines, 20 comments)
C++, pasted on Jul 3:
1
2
3
4
5
     private void Matrixcheck()
            {
                int i, j, m, a = 0,d=1;
                int k, l, b = 0,rtn;
                int temp=1;
...
view (92 lines)
C++, pasted on Jul 2:
1
2
3
4
5
 private void Matrixcheck()
        {
            int i, j, m, a = 0,d=1;
            int k, l, n, b = 0,e=1,t=0;
            int temp;
...
view (53 lines, 1 comment)
C++, pasted on Jul 1:
1
hkkjllj;kb';b';
view (1 line)
C++, pasted on Jun 21:
1
2
3
Declare int @a,int @b

While a< len(address)
...
view (18 lines, 2 lines of output, 4 comments)
C++, pasted on Jun 20:
1
2
3
4
#include<iostream.h>
int main()
{ 
cout<<"hello wolrd";
...
view (8 lines, 1 line of output)