0
Posted on 8:10 AM by Softminer and filed under ,

in this website you can use skype without installing just using web base paltform:

http://imoim.web-messenger.eu/
0
Posted on 7:23 AM by Softminer and filed under

SELECT TOP 1 column FROM table
ORDER BY NEWID()
0
0
Posted on 8:55 AM by Softminer and filed under ,

the file is called "batchfile"

the contect of batchfile is

#!/bin/bash
g++ main.c -o main

to run it just
>bash batchfile
1
Posted on 4:12 PM by Softminer and filed under ,

  1. Page.ClientScript.RegisterStartupScript(typeof(Page), "SetFocus", " <script>alert('this is jaavscript alert.');document.getElementById('" + btnbutton.ClientID + "').focus();</script>");

0
Posted on 4:06 PM by Softminer and filed under

Attachment attachmentobj = new Attachment("c:\\test.pdf);
attachmentobj.ContentDisposition.FileName = "information.pdf";