Click here to Skip to main content
15,886,689 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Refresh of a seperate gridview in an ASP.NET page. Pin
shawty_ds12-Mar-09 12:57
shawty_ds12-Mar-09 12:57 
GeneralRe: Refresh of a seperate gridview in an ASP.NET page. Pin
shawty_ds12-Mar-09 13:06
shawty_ds12-Mar-09 13:06 
Questionbyte[] to string Pin
M.Ambigai12-Mar-09 6:43
M.Ambigai12-Mar-09 6:43 
AnswerRe: byte[] to string Pin
shawty_ds12-Mar-09 6:57
shawty_ds12-Mar-09 6:57 
GeneralRe: byte[] to string Pin
M.Ambigai12-Mar-09 7:53
M.Ambigai12-Mar-09 7:53 
GeneralRe: byte[] to string Pin
shawty_ds12-Mar-09 8:53
shawty_ds12-Mar-09 8:53 
GeneralRe: byte[] to string Pin
M.Ambigai12-Mar-09 15:54
M.Ambigai12-Mar-09 15:54 
GeneralRe: byte[] to string Pin
shawty_ds13-Mar-09 5:35
shawty_ds13-Mar-09 5:35 
There's not much to it.

You just need to declare a string, make it empty :

String [myvariablename] = ""

then you just need to loop over your byte array :

foreach(byte [mybytevariablename] in [mybytearrayname])

then in the loop just concatenate each element.

[myvariablename] = [myvariablename] + [mybytevariablename]

When your finished, then the string you defind should be a string of all the chars in your byte array which you can then pass to the function.

replace the [..] above as appropriate for your variable names where you've defined them.
AnswerRe: byte[] to string Pin
Yusuf12-Mar-09 8:53
Yusuf12-Mar-09 8:53 
QuestionCould not able to open asp.net website application Pin
nuthan anand12-Mar-09 6:14
nuthan anand12-Mar-09 6:14 
AnswerRe: Could not able to open asp.net website application Pin
Abhijit Jana12-Mar-09 6:21
professionalAbhijit Jana12-Mar-09 6:21 
AnswerRe: Could not able to open asp.net website application Pin
johnsontroye12-Mar-09 13:47
johnsontroye12-Mar-09 13:47 
Questionadapter update using stored procedure Pin
member2712-Mar-09 5:19
member2712-Mar-09 5:19 
AnswerRe: adapter update using stored procedure Pin
fred_12-Mar-09 7:54
fred_12-Mar-09 7:54 
QuestionWebsite not working with Oracle 10g and IIS 7 Pin
Khaldris12-Mar-09 4:45
Khaldris12-Mar-09 4:45 
AnswerRe: Website not working with Oracle 10g and IIS 7 Pin
Abhijit Jana12-Mar-09 5:04
professionalAbhijit Jana12-Mar-09 5:04 
GeneralRe: Website not working with Oracle 10g and IIS 7 Pin
Khaldris12-Mar-09 5:41
Khaldris12-Mar-09 5:41 
GeneralRe: Website not working with Oracle 10g and IIS 7 Pin
Abhijit Jana12-Mar-09 6:07
professionalAbhijit Jana12-Mar-09 6:07 
QuestionCalendarExtender in ASP.NET!!! Pin
Sr...Frank12-Mar-09 4:36
Sr...Frank12-Mar-09 4:36 
AnswerRe: CalendarExtender in ASP.NET!!! Pin
fred_12-Mar-09 7:57
fred_12-Mar-09 7:57 
GeneralRe: CalendarExtender in ASP.NET!!! Pin
Sr...Frank12-Mar-09 10:14
Sr...Frank12-Mar-09 10:14 
GeneralRe: CalendarExtender in ASP.NET!!! [modified] Pin
fred_12-Mar-09 10:15
fred_12-Mar-09 10:15 
Question[Message Deleted] Pin
Bibhash Mishra12-Mar-09 3:41
Bibhash Mishra12-Mar-09 3:41 
AnswerRe: How to display world top cities time on my product Pin
Yusuf12-Mar-09 4:17
Yusuf12-Mar-09 4:17 
GeneralRe: How to display world top cities time on my product Pin
shawty_ds12-Mar-09 7:08
shawty_ds12-Mar-09 7:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.