Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Shaik Haneef

@Shaik Haneef
About
Posts
86
Topics
50
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Question ?
    S Shaik Haneef

    You have a SQL command that returns a BLOB. You are retrieving the data via a DataReader, but you are having problems using the default behavior. Referring to the scenario above, which one of the following CommandBehavior options, specified as an argument to the ExecuteReader method, allows you to use the GetBytes() method to retrieve the BLOB from a stream? Choice 1 CommandBehavior.SequentialAccess Choice 2 CommandBehavior.SingleResult Choice 3 CommandBehavior.SingleRow Choice 4 CommandBehavior.LargeData Choice 5 CommandBehavior.BinaryAccess

    C# question database

  • Pls Answer this one
    S Shaik Haneef

    ;P

    C# csharp oracle question

  • Pls Answer this one
    S Shaik Haneef

    There are classes that are common to both the Microsoft Oracle provider and the Oracle ODP.NET provider. While certain methods or properties will vary between the implementations, the high-level concept is generally the same. Based on the above scenario, which one of the following CLASSes is only available in one of the providers but not both? Choice 1 OracleInfoMessageEventArgs Choice 2 OracleRowUpdateEventArgs Choice 3 OracleParameter Choice 4 OraclePermission Choice 5 OracleBFile

    C# csharp oracle question

  • How to Join Two Table in Dataset and show in Gridview Joined Both Tables...
    S Shaik Haneef

    I have two table Employee and EmployeeAddress and Both Cotain ID filed with integer, I want to Join both in DataSet How can i do it ??? select * from Employee, EmployeeAddress where Employee.ID= EmployeeAddress.ID I want to do the the above sql operation in my Dataset & need to display in girdview My Dataset Contain two Table one is for Results of Employee another table contains details of EmployeeAddress. How can Provide First Table as Primary and Second Table as Forign Key I tried that Dataset objds=new Dataset(); ...... ...... //Analyse that Dataset contain two tables of data now then How can I provide relation and need to give to Gridview objds.Relations.Add("Relation",objds.Tables[0].Column["ID"],objds.Tables[1].Column["ID"]); Gridview1.Datasource = objds; Gridview1.DataBind(); But it showing only First Table Data only I want to Join both tables as one and need to show in Gridview How can do It ? Regars, Shaik Haneef sk.haneef@gmail.com

    C# question database com tutorial

  • How to send image via webservices
    S Shaik Haneef

    Every thing we if we found in google why this forums available & why you need to ask again to search in google, Hmmmmmmmmm I found my solution by my Own http://www.dailycoding.com/Posts/convert\_image\_to\_base64\_string\_and\_base64\_string\_to\_image.aspx\[^\]

    C# tutorial xml question

  • How to send image via webservices
    S Shaik Haneef

    Every thing we if we found in google why this forums available & why you need to ask again to search in google, Hmmmmmmmmm I found my solution by my Own http://www.dailycoding.com/Posts/convert_image_to_base64_string_and_base64_string_to_image.aspx[^]

    C# tutorial xml question

  • How to send image via webservices
    S Shaik Haneef

    Please Give me accurate link.. I can't found so that I am posted in forums.

    C# tutorial xml question

  • How to send image via webservices
    S Shaik Haneef

    Hi to all, I want to send image through other details. For Example My xml is like this and I want to send like as string (Return type as string). <uid>xxxxx </uid> <logoimg>Here My Byte code<logoimg> ...... ...... How can i do it, user after getting the xml how he can save it as image again.. Please give me all details..

    C# tutorial xml question

  • How to Browse my Basic .aspx file with HTTPS insted HTTP
    S Shaik Haneef

    Hi, How to Browse my Basic .aspx file with HTTPS instead HTTP, I come to know that it is possible through SSL, Is it any other way I can browse Page with Https. I want to transfer a page which is cxml file with http how can i do it.

    C# security tutorial question

  • How to add Xml Node in Microsoft Word doucment by using C# (VSTO)
    S Shaik Haneef

    How to add Xml Node in Microsoft Word doucment by using C# (VSTO), The following link have some information related to us but it is too confusing , can any one give proper answer to add a xml node in a simply manner http://msdn.microsoft.com/en-us/library/aa537148(office.11).aspx Regards, Haneef

    C# csharp com xml tutorial

  • How to read xml document being used by the another process?
    S Shaik Haneef

    hi all, i am generating an office word 2007 document using C# in windows application, then saving the word document in the xml format in my local system. Here my requirement is using that xml file and one predefined xsl file i need to generate one xslt,while doing this process i am getting the error like the "document is already being used by the another process." any one please help on this...it is urgent for me Regards, Haneef

    C# xml help csharp tutorial question

  • what is the use of Httphandlers
    S Shaik Haneef

    what is the use of Httphandlers , how can i use it, where can i use this handler, where can be used in real time

    C# question

  • I created Public Assembly by providing strong name, then what is that use still i need to give reference of that assembly.
    S Shaik Haneef

    I created Public Assembly by providing strong name, then what is that use still i need to give reference of that assembly. Then what is the use of Global assembly ? How i utilize i know how to make the Assembly as Global but i don't know how to use, can u please any body tell me

    C# question tutorial

  • I created Public Assembly by providing strong name, then what is that use still i need to give reference of that assembly. Then what is the use of Global assembly ? How i utilize i know how to make the Assembly as Global but i don't know how to use,
    S Shaik Haneef

    I created Public Assembly by providing strong name, then what is that use still i need to give reference of that assembly. Then what is the use of Global assembly ? How i utilize i know how to make the Assembly as Global but i don't know how to use, can u please any body tell me

    C# question tutorial

  • If i have multiple version of the same assembly how can i provide choice to client to choose one assembly?
    S Shaik Haneef

    If i have multiple version of the same assembly how can i provide choice to client to choose one assembly at run time, suppose analyze i have drop down of two versions , when client select one option that assembly need to be load at run time , is it possible one interviewer ask question tome can any body answer this

    .NET (Core and Framework) question announcement

  • I am using Crystal Xcelsius, I want to integrate the Web service which is created on C#.net to Xcelsius XLF file
    S Shaik Haneef

    I am using Crystal Xcelsius, I want to integrate the Web service which is created on C#.net to Xcelsius XLF file. But i am getting proper result when i have my web service and XLF file with one system. I am getting Error #2170 when web service & XLF files in different systems. Can any one the solution & Reply i will really appreciate

    C# csharp help

  • web site size.
    S Shaik Haneef

    100 MB minimum 500 MB Enough .... For intial even though the project is how much big.. If you have more images then take more than 500MB..... Cheers..

    ASP.NET question

  • How to take textbox value in javascript
    S Shaik Haneef

    i forgot to add '=' symbol after '<%' take below like working var textValue = document.getElementById('<%=txtComments.ClientID%>').value; This is Example simple code to check, you take new page add the code after page directive run this page u will find the output . for futher help contact sk.haneef@gmail.com Untitled Page

    alert(document.getElementById('<%=txtComments.ClientID%>')); var textValue = document.getElementById('<%=txtComments.ClientID%>').value; alert(textValue);

    ASP.NET javascript sysadmin tutorial

  • How to take textbox value in javascript
    S Shaik Haneef

    var textValue = document.getElementById('<%txtComments.ClientID%>').value;

    ASP.NET javascript sysadmin tutorial

  • i want to upload/download files from SSH server using SFTP (any .Net Component for free).....
    S Shaik Haneef

    i want to upload/download files from SSH server using SFTP. can anyone tell me Is there any free .NET component available for SFTP ?

    ASP.NET csharp sysadmin question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups